Html Css Color HEX #775E16 Yukon Gold

📋 copy color: '#775E16'

red 119 ◦ green 94 ◦ blue 22

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

Shades of Yukon Gold #775E16

Tints of Yukon Gold #775E16

RGB

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

 GREEN value IS 94 (37.11% from 255) = 40%

 BLUE value IS 22 (8.98% from 255) = 9.36%

R = 50.64%
G = 40%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#775E16 (or 0x775E16) is known color: Yukon Gold. HEX triplet: 77, 5E and 16. RGB value is (119,94,22). Sum of RGB (Red+Green+Blue) = 119+94+22=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 94 (37.11% from 255 or 40% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #775E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775E16 is #88A1E9. Grayscale: #5D5D5D. Windows color (decimal): -8954346 or 1465975. OLE color: 1465975.

HSL color Cylindrical-coordinate representation of color #775E16: hue angle of 44.54º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #775E16 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 94 22 -
CMYK 0 0.21 0.82 0.53
HSL 44.54º 0.69% 0.28% -
HSV(B) 44.54º 0.82% 0.47% -
XYZ 11.76 11.99 2.45 -
YUV 93.27 87.78 146.35 -
System Red Green Blue C M Y K H S L
Decimal 119 94 22 0 0.21 0.82 0.53 44.54 0.69 0.28
Hex 77 5E 16 0 15 52 35 2D 45 1C
Octal 167 136 26 0 25 122 65 55 105 34
Binary 1110111 1011110 10110 0 10101 1010010 110101 101101 1000101 11100

Color Harmonies of #775E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E16

Black with #775E16

Text Example


Text Example

White with #775E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775E16; }

 p { color: rgb(119,94,22); }

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

background-color css

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

 a { background-color: rgb(119,94,22); }

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

border-color css

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

 span { border-color: rgb(119,94,22); }

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