Html Css Color HEX #7F7010 Yukon Gold

📋 copy color: '#7F7010'

red 127 ◦ green 112 ◦ blue 16

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

Shades of Yukon Gold #7F7010

Tints of Yukon Gold #7F7010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 43.92%

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

R = 49.8%
G = 43.92%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.50

RGB Variations

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

Color information

#7F7010 (or 0x7F7010) is known color: Yukon Gold. HEX triplet: 7F, 70 and 10. RGB value is (127,112,16). Sum of RGB (Red+Green+Blue) = 127+112+16=255 (33% of max value = 765). Red value is 127 (50% from 255 or 49.80% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 127 - color contains mainly: red. Hex color #7F7010 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F7010 is #808FEF. Grayscale: #696969. Windows color (decimal): -8425456 or 1077375. OLE color: 1077375.

HSL color Cylindrical-coordinate representation of color #7F7010: hue angle of 51.89º 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 #7F7010 is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 112 16 -
CMYK 0 0.12 0.87 0.50
HSL 51.89º 0.78% 0.28% -
HSV(B) 51.89º 0.87% 0.5% -
XYZ 14.64 16.14 2.83 -
YUV 105.54 77.47 143.31 -
System Red Green Blue C M Y K H S L
Decimal 127 112 16 0 0.12 0.87 0.50 51.89 0.78 0.28
Hex 7F 70 10 0 C 57 32 34 4E 1C
Octal 177 160 20 0 14 127 62 64 116 34
Binary 1111111 1110000 10000 0 1100 1010111 110010 110100 1001110 11100

Color Harmonies of #7F7010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7010

Black with #7F7010

Text Example


Text Example

White with #7F7010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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