Html Css Color HEX #775E2E Himalaya

📋 copy color: '#775E2E'

red 119 ◦ green 94 ◦ blue 46

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

Shades of Himalaya #775E2E

Tints of Himalaya #775E2E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 36.29%

 BLUE value IS 46 (18.36% from 255) = 17.76%

R = 45.95%
G = 36.29%
B = 17.76%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#775E2E (or 0x775E2E) is known color: Himalaya. HEX triplet: 77, 5E and 2E. RGB value is (119,94,46). Sum of RGB (Red+Green+Blue) = 119+94+46=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 94 (37.11% from 255 or 36.29% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #775E2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E2E is #88A1D1. Grayscale: #606060. Windows color (decimal): -8954322 or 3038839. OLE color: 3038839.

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

Color convert

RGB 119 94 46 -
CMYK 0 0.21 0.61 0.53
HSL 39.45º 0.44% 0.32% -
HSV(B) 39.45º 0.61% 0.47% -
XYZ 12.1 12.12 4.29 -
YUV 96 99.78 144.4 -
System Red Green Blue C M Y K H S L
Decimal 119 94 46 0 0.21 0.61 0.53 39.45 0.44 0.32
Hex 77 5E 2E 0 15 3D 35 27 2C 20
Octal 167 136 56 0 25 75 65 47 54 40
Binary 1110111 1011110 101110 0 10101 111101 110101 100111 101100 100000

Color Harmonies of #775E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E2E

Black with #775E2E

Text Example


Text Example

White with #775E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,94,46); }

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

background-color css

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

 a { background-color: rgb(119,94,46); }

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

border-color css

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

 span { border-color: rgb(119,94,46); }

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