Html Css Color HEX #775C17 Yukon Gold

📋 copy color: '#775C17'

red 119 ◦ green 92 ◦ blue 23

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

Shades of Yukon Gold #775C17

Tints of Yukon Gold #775C17

RGB

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

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

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

R = 50.85%
G = 39.32%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.53

RGB Variations

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

Color information

#775C17 (or 0x775C17) is known color: Yukon Gold. HEX triplet: 77, 5C and 17. RGB value is (119,92,23). Sum of RGB (Red+Green+Blue) = 119+92+23=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 23 (9.38% from 255 or 9.83% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #775C17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #775C17 is #88A3E8. Grayscale: #5C5C5C. Windows color (decimal): -8954857 or 1530999. OLE color: 1530999.

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

Color convert

RGB 119 92 23 -
CMYK 0 0.23 0.81 0.53
HSL 43.13º 0.68% 0.28% -
HSV(B) 43.13º 0.81% 0.47% -
XYZ 11.59 11.64 2.45 -
YUV 92.21 88.95 147.11 -
System Red Green Blue C M Y K H S L
Decimal 119 92 23 0 0.23 0.81 0.53 43.13 0.68 0.28
Hex 77 5C 17 0 17 51 35 2B 44 1C
Octal 167 134 27 0 27 121 65 53 104 34
Binary 1110111 1011100 10111 0 10111 1010001 110101 101011 1000100 11100

Color Harmonies of #775C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C17

Black with #775C17

Text Example


Text Example

White with #775C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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