Html Css Color HEX #776512 Yukon Gold

📋 copy color: '#776512'

red 119 ◦ green 101 ◦ blue 18

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

Shades of Yukon Gold #776512

Tints of Yukon Gold #776512

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.44%

 BLUE value IS 18 (7.42% from 255) = 7.56%

R = 50%
G = 42.44%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.53

RGB Variations

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

Color information

#776512 (or 0x776512) is known color: Yukon Gold. HEX triplet: 77, 65 and 12. RGB value is (119,101,18). Sum of RGB (Red+Green+Blue) = 119+101+18=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 101 (39.84% from 255 or 42.44% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #776512 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #776512 is #889AED. Grayscale: #616161. Windows color (decimal): -8952558 or 1205623. OLE color: 1205623.

HSL color Cylindrical-coordinate representation of color #776512: hue angle of 49.31º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #776512 is Cyan = 0, Magento = 0.15, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 101 18 -
CMYK 0 0.15 0.85 0.53
HSL 49.31º 0.74% 0.27% -
HSV(B) 49.31º 0.85% 0.47% -
XYZ 12.37 13.27 2.48 -
YUV 96.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 119 101 18 0 0.15 0.85 0.53 49.31 0.74 0.27
Hex 77 65 12 0 F 55 35 31 4A 1B
Octal 167 145 22 0 17 125 65 61 112 33
Binary 1110111 1100101 10010 0 1111 1010101 110101 110001 1001010 11011

Color Harmonies of #776512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776512

Black with #776512

Text Example


Text Example

White with #776512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776512; }

 p { color: rgb(119,101,18); }

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

background-color css

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

 a { background-color: rgb(119,101,18); }

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

border-color css

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

 span { border-color: rgb(119,101,18); }

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