Html Css Color HEX #775F17 Yukon Gold

📋 copy color: '#775F17'

red 119 ◦ green 95 ◦ blue 23

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

Shades of Yukon Gold #775F17

Tints of Yukon Gold #775F17

RGB

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

 GREEN value IS 95 (37.5% from 255) = 40.08%

 BLUE value IS 23 (9.38% from 255) = 9.7%

R = 50.21%
G = 40.08%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#775F17 (or 0x775F17) is known color: Yukon Gold. HEX triplet: 77, 5F and 17. RGB value is (119,95,23). Sum of RGB (Red+Green+Blue) = 119+95+23=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 95 (37.5% from 255 or 40.08% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #775F17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775F17 is #88A0E8. Grayscale: #5E5E5E. Windows color (decimal): -8954089 or 1531767. OLE color: 1531767.

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

Color convert

RGB 119 95 23 -
CMYK 0 0.20 0.81 0.53
HSL 45º 0.68% 0.28% -
HSV(B) 45º 0.81% 0.47% -
XYZ 11.85 12.17 2.53 -
YUV 93.97 87.95 145.85 -
System Red Green Blue C M Y K H S L
Decimal 119 95 23 0 0.20 0.81 0.53 45 0.68 0.28
Hex 77 5F 17 0 14 51 35 2D 44 1C
Octal 167 137 27 0 24 121 65 55 104 34
Binary 1110111 1011111 10111 0 10100 1010001 110101 101101 1000100 11100

Color Harmonies of #775F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F17

Black with #775F17

Text Example


Text Example

White with #775F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,95,23); }

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

background-color css

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

 a { background-color: rgb(119,95,23); }

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

border-color css

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

 span { border-color: rgb(119,95,23); }

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