Html Css Color HEX #7F6005 Yukon Gold

📋 copy color: '#7F6005'

red 127 ◦ green 96 ◦ blue 5

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

Shades of Yukon Gold #7F6005

Tints of Yukon Gold #7F6005

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.11%

 BLUE value IS 5 (2.34% from 255) = 2.19%

R = 55.7%
G = 42.11%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#7F6005 (or 0x7F6005) is known color: Yukon Gold. HEX triplet: 7F, 60 and 05. RGB value is (127,96,5). Sum of RGB (Red+Green+Blue) = 127+96+5=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 96 (37.89% from 255 or 42.11% from 228); Blue value is 5 (2.34% from 255 or 2.19% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6005 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F6005 is #809FFA. Grayscale: #5F5F5F. Windows color (decimal): -8429563 or 352383. OLE color: 352383.

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

Color convert

RGB 127 96 5 -
CMYK 0 0.24 0.96 0.50
HSL 44.75º 0.92% 0.26% -
HSV(B) 44.75º 0.96% 0.5% -
XYZ 12.96 12.89 1.95 -
YUV 94.9 77.27 150.9 -
System Red Green Blue C M Y K H S L
Decimal 127 96 5 0 0.24 0.96 0.50 44.75 0.92 0.26
Hex 7F 60 5 0 18 60 32 2D 5C 1A
Octal 177 140 5 0 30 140 62 55 134 32
Binary 1111111 1100000 101 0 11000 1100000 110010 101101 1011100 11010

Color Harmonies of #7F6005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6005

Black with #7F6005

Text Example


Text Example

White with #7F6005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,96,5); }

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

background-color css

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

 a { background-color: rgb(127,96,5); }

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

border-color css

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

 span { border-color: rgb(127,96,5); }

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