Html Css Color HEX #776707 Yukon Gold

📋 copy color: '#776707'

red 119 ◦ green 103 ◦ blue 7

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

Shades of Yukon Gold #776707

Tints of Yukon Gold #776707

RGB

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

 GREEN value IS 103 (40.63% from 255) = 44.98%

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

R = 51.97%
G = 44.98%
B = 3.06%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#776707 (or 0x776707) is known color: Yukon Gold. HEX triplet: 77, 67 and 07. RGB value is (119,103,7). Sum of RGB (Red+Green+Blue) = 119+103+7=229 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.97% from 229); Green value is 103 (40.62% from 255 or 44.98% from 229); Blue value is 7 (3.12% from 255 or 3.06% from 229); Max value from RGB is 119 - color contains mainly: red. Hex color #776707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776707 is #8898F8. Grayscale: #616161. Windows color (decimal): -8952057 or 485239. OLE color: 485239.

HSL color Cylindrical-coordinate representation of color #776707: hue angle of 51.43º 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 #776707 is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 103 7 -
CMYK 0 0.13 0.94 0.53
HSL 51.43º 0.89% 0.25% -
HSV(B) 51.43º 0.94% 0.47% -
XYZ 12.5 13.64 2.17 -
YUV 96.84 77.3 143.81 -
System Red Green Blue C M Y K H S L
Decimal 119 103 7 0 0.13 0.94 0.53 51.43 0.89 0.25
Hex 77 67 7 0 D 5E 35 33 59 19
Octal 167 147 7 0 15 136 65 63 131 31
Binary 1110111 1100111 111 0 1101 1011110 110101 110011 1011001 11001

Color Harmonies of #776707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776707

Black with #776707

Text Example


Text Example

White with #776707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776707; }

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

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

background-color css

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

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

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

border-color css

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

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

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