Html Css Color HEX #775F2B Himalaya

📋 copy color: '#775F2B'

red 119 ◦ green 95 ◦ blue 43

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

Shades of Himalaya #775F2B

Tints of Himalaya #775F2B

RGB

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

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

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

R = 46.3%
G = 36.96%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#775F2B (or 0x775F2B) is known color: Himalaya. HEX triplet: 77, 5F and 2B. RGB value is (119,95,43). Sum of RGB (Red+Green+Blue) = 119+95+43=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #775F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775F2B is #88A0D4. Grayscale: #606060. Windows color (decimal): -8954069 or 2842487. OLE color: 2842487.

HSL color Cylindrical-coordinate representation of color #775F2B: hue angle of 41.05º 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 #775F2B is Cyan = 0, Magento = 0.20, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 95 43 -
CMYK 0 0.20 0.64 0.53
HSL 41.05º 0.47% 0.32% -
HSV(B) 41.05º 0.64% 0.47% -
XYZ 12.14 12.28 4.02 -
YUV 96.25 97.95 144.23 -
System Red Green Blue C M Y K H S L
Decimal 119 95 43 0 0.20 0.64 0.53 41.05 0.47 0.32
Hex 77 5F 2B 0 14 40 35 29 2F 20
Octal 167 137 53 0 24 100 65 51 57 40
Binary 1110111 1011111 101011 0 10100 1000000 110101 101001 101111 100000

Color Harmonies of #775F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F2B

Black with #775F2B

Text Example


Text Example

White with #775F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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