Html Css Color HEX #776307 Yukon Gold

📋 copy color: '#776307'

red 119 ◦ green 99 ◦ blue 7

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

Shades of Yukon Gold #776307

Tints of Yukon Gold #776307

RGB

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

 GREEN value IS 99 (39.06% from 255) = 44%

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

R = 52.89%
G = 44%
B = 3.11%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#776307 (or 0x776307) is known color: Yukon Gold. HEX triplet: 77, 63 and 07. RGB value is (119,99,7). Sum of RGB (Red+Green+Blue) = 119+99+7=225 (29% of max value = 765). Red value is 119 (46.88% from 255 or 52.89% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 119 - color contains mainly: red. Hex color #776307 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776307 is #889CF8. Grayscale: #5E5E5E. Windows color (decimal): -8953081 or 484215. OLE color: 484215.

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

Color convert

RGB 119 99 7 -
CMYK 0 0.17 0.94 0.53
HSL 49.29º 0.89% 0.25% -
HSV(B) 49.29º 0.94% 0.47% -
XYZ 12.11 12.86 2.05 -
YUV 94.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 119 99 7 0 0.17 0.94 0.53 49.29 0.89 0.25
Hex 77 63 7 0 11 5E 35 31 59 19
Octal 167 143 7 0 21 136 65 61 131 31
Binary 1110111 1100011 111 0 10001 1011110 110101 110001 1011001 11001

Color Harmonies of #776307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776307

Black with #776307

Text Example


Text Example

White with #776307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776307; }

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

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

background-color css

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

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

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

border-color css

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

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

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