Html Css Color HEX #775F2C Himalaya

📋 copy color: '#775F2C'

red 119 ◦ green 95 ◦ blue 44

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

Shades of Himalaya #775F2C

Tints of Himalaya #775F2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.05%

R = 46.12%
G = 36.82%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#775F2C (or 0x775F2C) is known color: Himalaya. HEX triplet: 77, 5F and 2C. RGB value is (119,95,44). Sum of RGB (Red+Green+Blue) = 119+95+44=258 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.12% from 258); Green value is 95 (37.5% from 255 or 36.82% from 258); Blue value is 44 (17.58% from 255 or 17.05% from 258); Max value from RGB is 119 - color contains mainly: red. Hex color #775F2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F2C is #88A0D3. Grayscale: #606060. Windows color (decimal): -8954068 or 2908023. OLE color: 2908023.

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

Color convert

RGB 119 95 44 -
CMYK 0 0.20 0.63 0.53
HSL 40.8º 0.46% 0.32% -
HSV(B) 40.8º 0.63% 0.47% -
XYZ 12.15 12.29 4.11 -
YUV 96.36 98.45 144.15 -
System Red Green Blue C M Y K H S L
Decimal 119 95 44 0 0.20 0.63 0.53 40.8 0.46 0.32
Hex 77 5F 2C 0 14 3F 35 29 2E 20
Octal 167 137 54 0 24 77 65 51 56 40
Binary 1110111 1011111 101100 0 10100 111111 110101 101001 101110 100000

Color Harmonies of #775F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F2C

Black with #775F2C

Text Example


Text Example

White with #775F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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