Html Css Color HEX #756127 Himalaya

📋 copy color: '#756127'

red 117 ◦ green 97 ◦ blue 39

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

Shades of Himalaya #756127

Tints of Himalaya #756127

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.34%

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

R = 46.25%
G = 38.34%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#756127 (or 0x756127) is known color: Himalaya. HEX triplet: 75, 61 and 27. RGB value is (117,97,39). Sum of RGB (Red+Green+Blue) = 117+97+39=253 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.25% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 39 (15.62% from 255 or 15.42% from 253); Max value from RGB is 117 - color contains mainly: red. Hex color #756127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756127 is #8A9ED8. Grayscale: #606060. Windows color (decimal): -9084633 or 2580853. OLE color: 2580853.

HSL color Cylindrical-coordinate representation of color #756127: hue angle of 44.62º 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 #756127 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 97 39 -
CMYK 0 0.17 0.67 0.54
HSL 44.62º 0.5% 0.31% -
HSV(B) 44.62º 0.67% 0.46% -
XYZ 11.98 12.48 3.7 -
YUV 96.37 95.63 142.72 -
System Red Green Blue C M Y K H S L
Decimal 117 97 39 0 0.17 0.67 0.54 44.62 0.5 0.31
Hex 75 61 27 0 11 43 36 2D 32 1F
Octal 165 141 47 0 21 103 66 55 62 37
Binary 1110101 1100001 100111 0 10001 1000011 110110 101101 110010 11111

Color Harmonies of #756127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756127

Black with #756127

Text Example


Text Example

White with #756127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756127; }

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

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

background-color css

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

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

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

border-color css

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

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

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