Html Css Color HEX #755F2F Himalaya

📋 copy color: '#755F2F'

red 117 ◦ green 95 ◦ blue 47

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

Shades of Himalaya #755F2F

Tints of Himalaya #755F2F

RGB

 RED value IS 117 (46.09% from 255) = 45.17%

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

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

R = 45.17%
G = 36.68%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#755F2F (or 0x755F2F) is known color: Himalaya. HEX triplet: 75, 5F and 2F. RGB value is (117,95,47). Sum of RGB (Red+Green+Blue) = 117+95+47=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 95 (37.5% from 255 or 36.68% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 117 - color contains mainly: red. Hex color #755F2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755F2F is #8AA0D0. Grayscale: #606060. Windows color (decimal): -9085137 or 3104629. OLE color: 3104629.

HSL color Cylindrical-coordinate representation of color #755F2F: hue angle of 41.14º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #755F2F is Cyan = 0, Magento = 0.19, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 95 47 -
CMYK 0 0.19 0.60 0.54
HSL 41.14º 0.43% 0.32% -
HSV(B) 41.14º 0.6% 0.46% -
XYZ 11.94 12.17 4.41 -
YUV 96.11 100.29 142.9 -
System Red Green Blue C M Y K H S L
Decimal 117 95 47 0 0.19 0.60 0.54 41.14 0.43 0.32
Hex 75 5F 2F 0 13 3C 36 29 2B 20
Octal 165 137 57 0 23 74 66 51 53 40
Binary 1110101 1011111 101111 0 10011 111100 110110 101001 101011 100000

Color Harmonies of #755F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F2F

Black with #755F2F

Text Example


Text Example

White with #755F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755F2F; }

 p { color: rgb(117,95,47); }

 H1.HeaderClassName
 {
   color: #755F2F;
 }
 .AnyTagClassName
 {
   color: #755F2F;
 }
</style>

background-color css

<style>
 a { background-color: #755F2F; }

 a { background-color: rgb(117,95,47); }

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

border-color css

<style>
 span { border-color: #755F2F; }

 span { border-color: rgb(117,95,47); }

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