Html Css Color HEX #7F5E10 Yukon Gold

📋 copy color: '#7F5E10'

red 127 ◦ green 94 ◦ blue 16

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

Shades of Yukon Gold #7F5E10

Tints of Yukon Gold #7F5E10

RGB

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

 GREEN value IS 94 (37.11% from 255) = 39.66%

 BLUE value IS 16 (6.64% from 255) = 6.75%

R = 53.59%
G = 39.66%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#7F5E10 (or 0x7F5E10) is known color: Yukon Gold. HEX triplet: 7F, 5E and 10. RGB value is (127,94,16). Sum of RGB (Red+Green+Blue) = 127+94+16=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 94 (37.11% from 255 or 39.66% from 237); Blue value is 16 (6.64% from 255 or 6.75% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5E10 is #80A1EF. Grayscale: #5F5F5F. Windows color (decimal): -8430064 or 1072767. OLE color: 1072767.

HSL color Cylindrical-coordinate representation of color #7F5E10: hue angle of 42.16º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7F5E10 is Cyan = 0, Magento = 0.26, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 94 16 -
CMYK 0 0.26 0.87 0.50
HSL 42.16º 0.78% 0.28% -
HSV(B) 42.16º 0.87% 0.5% -
XYZ 12.85 12.55 2.24 -
YUV 94.98 83.43 150.84 -
System Red Green Blue C M Y K H S L
Decimal 127 94 16 0 0.26 0.87 0.50 42.16 0.78 0.28
Hex 7F 5E 10 0 1A 57 32 2A 4E 1C
Octal 177 136 20 0 32 127 62 52 116 34
Binary 1111111 1011110 10000 0 11010 1010111 110010 101010 1001110 11100

Color Harmonies of #7F5E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5E10

Black with #7F5E10

Text Example


Text Example

White with #7F5E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,94,16); }

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

background-color css

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

 a { background-color: rgb(127,94,16); }

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

border-color css

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

 span { border-color: rgb(127,94,16); }

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