Html Css Color HEX #775F31 Himalaya

📋 copy color: '#775F31'

red 119 ◦ green 95 ◦ blue 49

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

Shades of Himalaya #775F31

Tints of Himalaya #775F31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.63%

R = 45.25%
G = 36.12%
B = 18.63%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#775F31 (or 0x775F31) is known color: Himalaya. HEX triplet: 77, 5F and 31. RGB value is (119,95,49). Sum of RGB (Red+Green+Blue) = 119+95+49=263 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.25% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 119 - color contains mainly: red. Hex color #775F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F31 is #88A0CE. Grayscale: #616161. Windows color (decimal): -8954063 or 3235703. OLE color: 3235703.

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

Color convert

RGB 119 95 49 -
CMYK 0 0.20 0.59 0.53
HSL 39.43º 0.42% 0.33% -
HSV(B) 39.43º 0.59% 0.47% -
XYZ 12.25 12.33 4.64 -
YUV 96.93 100.95 143.74 -
System Red Green Blue C M Y K H S L
Decimal 119 95 49 0 0.20 0.59 0.53 39.43 0.42 0.33
Hex 77 5F 31 0 14 3B 35 27 2A 21
Octal 167 137 61 0 24 73 65 47 52 41
Binary 1110111 1011111 110001 0 10100 111011 110101 100111 101010 100001

Color Harmonies of #775F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F31

Black with #775F31

Text Example


Text Example

White with #775F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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