Html Css Color HEX #775C16 Yukon Gold

📋 copy color: '#775C16'

red 119 ◦ green 92 ◦ blue 22

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

Shades of Yukon Gold #775C16

Tints of Yukon Gold #775C16

RGB

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

 GREEN value IS 92 (36.33% from 255) = 39.48%

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

R = 51.07%
G = 39.48%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.53

RGB Variations

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

Color information

#775C16 (or 0x775C16) is known color: Yukon Gold. HEX triplet: 77, 5C and 16. RGB value is (119,92,22). Sum of RGB (Red+Green+Blue) = 119+92+22=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 22 (8.98% from 255 or 9.44% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #775C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775C16 is #88A3E9. Grayscale: #5C5C5C. Windows color (decimal): -8954858 or 1465463. OLE color: 1465463.

HSL color Cylindrical-coordinate representation of color #775C16: hue angle of 43.3º 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 #775C16 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 92 22 -
CMYK 0 0.23 0.82 0.53
HSL 43.3º 0.69% 0.28% -
HSV(B) 43.3º 0.82% 0.47% -
XYZ 11.58 11.63 2.39 -
YUV 92.09 88.45 147.19 -
System Red Green Blue C M Y K H S L
Decimal 119 92 22 0 0.23 0.82 0.53 43.3 0.69 0.28
Hex 77 5C 16 0 17 52 35 2B 45 1C
Octal 167 134 26 0 27 122 65 53 105 34
Binary 1110111 1011100 10110 0 10111 1010010 110101 101011 1000101 11100

Color Harmonies of #775C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C16

Black with #775C16

Text Example


Text Example

White with #775C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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