Html Css Color HEX #776007 Yukon Gold

📋 copy color: '#776007'

red 119 ◦ green 96 ◦ blue 7

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

Shades of Yukon Gold #776007

Tints of Yukon Gold #776007

RGB

 RED value IS 119 (46.88% from 255) = 53.6%

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

 BLUE value IS 7 (3.13% from 255) = 3.15%

R = 53.6%
G = 43.24%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#776007 (or 0x776007) is known color: Yukon Gold. HEX triplet: 77, 60 and 07. RGB value is (119,96,7). Sum of RGB (Red+Green+Blue) = 119+96+7=222 (29% of max value = 765). Red value is 119 (46.88% from 255 or 53.60% from 222); Green value is 96 (37.89% from 255 or 43.24% from 222); Blue value is 7 (3.12% from 255 or 3.15% from 222); Max value from RGB is 119 - color contains mainly: red. Hex color #776007 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776007 is #889FF8. Grayscale: #5D5D5D. Windows color (decimal): -8953849 or 483447. OLE color: 483447.

HSL color Cylindrical-coordinate representation of color #776007: hue angle of 47.68º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #776007 is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 96 7 -
CMYK 0 0.19 0.94 0.53
HSL 47.68º 0.89% 0.25% -
HSV(B) 47.68º 0.94% 0.47% -
XYZ 11.83 12.3 1.95 -
YUV 92.73 79.62 146.74 -
System Red Green Blue C M Y K H S L
Decimal 119 96 7 0 0.19 0.94 0.53 47.68 0.89 0.25
Hex 77 60 7 0 13 5E 35 30 59 19
Octal 167 140 7 0 23 136 65 60 131 31
Binary 1110111 1100000 111 0 10011 1011110 110101 110000 1011001 11001

Color Harmonies of #776007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776007

Black with #776007

Text Example


Text Example

White with #776007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776007; }

 p { color: rgb(119,96,7); }

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

background-color css

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

 a { background-color: rgb(119,96,7); }

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

border-color css

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

 span { border-color: rgb(119,96,7); }

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