Html Css Color HEX #775E2F Himalaya

📋 copy color: '#775E2F'

red 119 ◦ green 94 ◦ blue 47

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

Shades of Himalaya #775E2F

Tints of Himalaya #775E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.08%

R = 45.77%
G = 36.15%
B = 18.08%

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

#775E2F (or 0x775E2F) is known color: Himalaya. HEX triplet: 77, 5E and 2F. RGB value is (119,94,47). Sum of RGB (Red+Green+Blue) = 119+94+47=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 94 (37.11% from 255 or 36.15% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 119 - color contains mainly: red. Hex color #775E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775E2F is #88A1D0. Grayscale: #606060. Windows color (decimal): -8954321 or 3104375. OLE color: 3104375.

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

Color convert

RGB 119 94 47 -
CMYK 0 0.21 0.61 0.53
HSL 39.17º 0.43% 0.33% -
HSV(B) 39.17º 0.61% 0.47% -
XYZ 12.12 12.13 4.39 -
YUV 96.12 100.28 144.32 -
System Red Green Blue C M Y K H S L
Decimal 119 94 47 0 0.21 0.61 0.53 39.17 0.43 0.33
Hex 77 5E 2F 0 15 3D 35 27 2B 21
Octal 167 136 57 0 25 75 65 47 53 41
Binary 1110111 1011110 101111 0 10101 111101 110101 100111 101011 100001

Color Harmonies of #775E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775E2F

Black with #775E2F

Text Example


Text Example

White with #775E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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