Html Css Color HEX #7F6914 Yukon Gold

📋 copy color: '#7F6914'

red 127 ◦ green 105 ◦ blue 20

#7F6914
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Yukon Gold #7F6914

Tints of Yukon Gold #7F6914

RGB

 RED value IS 127 (50% from 255) = 50.4%

 GREEN value IS 105 (41.41% from 255) = 41.67%

 BLUE value IS 20 (8.2% from 255) = 7.94%

R = 50.4%
G = 41.67%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7F6914 (or 0x7F6914) is known color: Yukon Gold. HEX triplet: 7F, 69 and 14. RGB value is (127,105,20). Sum of RGB (Red+Green+Blue) = 127+105+20=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6914 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6914 is #8096EB. Grayscale: #666666. Windows color (decimal): -8427244 or 1337727. OLE color: 1337727.

HSL color Cylindrical-coordinate representation of color #7F6914: hue angle of 47.66º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F6914 is Cyan = 0, Magento = 0.17, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 105 20 -
CMYK 0 0.17 0.84 0.50
HSL 47.66º 0.73% 0.29% -
HSV(B) 47.66º 0.84% 0.5% -
XYZ 13.93 14.67 2.76 -
YUV 101.89 81.79 145.91 -
System Red Green Blue C M Y K H S L
Decimal 127 105 20 0 0.17 0.84 0.50 47.66 0.73 0.29
Hex 7F 69 14 0 11 54 32 30 49 1D
Octal 177 151 24 0 21 124 62 60 111 35
Binary 1111111 1101001 10100 0 10001 1010100 110010 110000 1001001 11101

Color Harmonies of #7F6914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6914

Black with #7F6914

Text Example


Text Example

White with #7F6914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F6914; }

 p { color: rgb(127,105,20); }

 H1.HeaderClassName
 {
   color: #7F6914;
 }
 .AnyTagClassName
 {
   color: #7F6914;
 }
</style>

background-color css

<style>
 a { background-color: #7F6914; }

 a { background-color: rgb(127,105,20); }

 div.DivClassName
 {
   background-color: #7F6914;
 }
 .BgClassName
 {
   background-color: #7F6914;
 }
</style>

border-color css

<style>
 span { border-color: #7F6914; }

 span { border-color: rgb(127,105,20); }

 td.TdClassName
 {
   border-color: #7F6914;
 }
 .TagClassName
 {
   border-color: #7F6914;
 }
</style>