Html Css Color HEX #756527 Himalaya

📋 copy color: '#756527'

red 117 ◦ green 101 ◦ blue 39

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

Shades of Himalaya #756527

Tints of Himalaya #756527

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.3%

 BLUE value IS 39 (15.63% from 255) = 15.18%

R = 45.53%
G = 39.3%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#756527 (or 0x756527) is known color: Himalaya. HEX triplet: 75, 65 and 27. RGB value is (117,101,39). Sum of RGB (Red+Green+Blue) = 117+101+39=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #756527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756527 is #8A9AD8. Grayscale: #626262. Windows color (decimal): -9083609 or 2581877. OLE color: 2581877.

HSL color Cylindrical-coordinate representation of color #756527: hue angle of 47.69º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #756527 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 101 39 -
CMYK 0 0.14 0.67 0.54
HSL 47.69º 0.5% 0.31% -
HSV(B) 47.69º 0.67% 0.46% -
XYZ 12.36 13.24 3.82 -
YUV 98.72 94.3 141.04 -
System Red Green Blue C M Y K H S L
Decimal 117 101 39 0 0.14 0.67 0.54 47.69 0.5 0.31
Hex 75 65 27 0 E 43 36 30 32 1F
Octal 165 145 47 0 16 103 66 60 62 37
Binary 1110101 1100101 100111 0 1110 1000011 110110 110000 110010 11111

Color Harmonies of #756527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756527

Black with #756527

Text Example


Text Example

White with #756527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756527; }

 p { color: rgb(117,101,39); }

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

background-color css

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

 a { background-color: rgb(117,101,39); }

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

border-color css

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

 span { border-color: rgb(117,101,39); }

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