Html Css Color HEX #7F5F06 Yukon Gold

📋 copy color: '#7F5F06'

red 127 ◦ green 95 ◦ blue 6

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

Shades of Yukon Gold #7F5F06

Tints of Yukon Gold #7F5F06

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.67%

 BLUE value IS 6 (2.73% from 255) = 2.63%

R = 55.7%
G = 41.67%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.95

 K value IS 0.50

RGB Variations

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

Color information

#7F5F06 (or 0x7F5F06) is known color: Yukon Gold. HEX triplet: 7F, 5F and 06. RGB value is (127,95,6). Sum of RGB (Red+Green+Blue) = 127+95+6=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 95 (37.5% from 255 or 41.67% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F06 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5F06 is #80A0F9. Grayscale: #5E5E5E. Windows color (decimal): -8429818 or 417663. OLE color: 417663.

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

Color convert

RGB 127 95 6 -
CMYK 0 0.25 0.95 0.50
HSL 44.13º 0.91% 0.26% -
HSV(B) 44.13º 0.95% 0.5% -
XYZ 12.88 12.71 1.95 -
YUV 94.42 78.1 151.24 -
System Red Green Blue C M Y K H S L
Decimal 127 95 6 0 0.25 0.95 0.50 44.13 0.91 0.26
Hex 7F 5F 6 0 19 5F 32 2C 5B 1A
Octal 177 137 6 0 31 137 62 54 133 32
Binary 1111111 1011111 110 0 11001 1011111 110010 101100 1011011 11010

Color Harmonies of #7F5F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5F06

Black with #7F5F06

Text Example


Text Example

White with #7F5F06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,95,6); }

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

background-color css

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

 a { background-color: rgb(127,95,6); }

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

border-color css

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

 span { border-color: rgb(127,95,6); }

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