Html Css Color HEX #775E2B Himalaya

📋 copy color: '#775E2B'

red 119 ◦ green 94 ◦ blue 43

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

Shades of Himalaya #775E2B

Tints of Himalaya #775E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 46.48%
G = 36.72%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#775E2B (or 0x775E2B) is known color: Himalaya. HEX triplet: 77, 5E and 2B. RGB value is (119,94,43). Sum of RGB (Red+Green+Blue) = 119+94+43=256 (33% of max value = 765). Red value is 119 (46.88% from 255 or 46.48% from 256); Green value is 94 (37.11% from 255 or 36.72% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 119 - color contains mainly: red. Hex color #775E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E2B is #88A1D4. Grayscale: #5F5F5F. Windows color (decimal): -8954325 or 2842231. OLE color: 2842231.

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

Color convert

RGB 119 94 43 -
CMYK 0 0.21 0.64 0.53
HSL 40.26º 0.47% 0.32% -
HSV(B) 40.26º 0.64% 0.47% -
XYZ 12.05 12.1 3.99 -
YUV 95.66 98.28 144.65 -
System Red Green Blue C M Y K H S L
Decimal 119 94 43 0 0.21 0.64 0.53 40.26 0.47 0.32
Hex 77 5E 2B 0 15 40 35 28 2F 20
Octal 167 136 53 0 25 100 65 50 57 40
Binary 1110111 1011110 101011 0 10101 1000000 110101 101000 101111 100000

Color Harmonies of #775E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E2B

Black with #775E2B

Text Example


Text Example

White with #775E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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