Html Css Color HEX #756427 Himalaya

📋 copy color: '#756427'

red 117 ◦ green 100 ◦ blue 39

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

Shades of Himalaya #756427

Tints of Himalaya #756427

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.06%

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

R = 45.7%
G = 39.06%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#756427 (or 0x756427) is known color: Himalaya. HEX triplet: 75, 64 and 27. RGB value is (117,100,39). Sum of RGB (Red+Green+Blue) = 117+100+39=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #756427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #756427 is #8A9BD8. Grayscale: #626262. Windows color (decimal): -9083865 or 2581621. OLE color: 2581621.

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

Color convert

RGB 117 100 39 -
CMYK 0 0.15 0.67 0.54
HSL 46.92º 0.5% 0.31% -
HSV(B) 46.92º 0.67% 0.46% -
XYZ 12.26 13.04 3.79 -
YUV 98.13 94.63 141.46 -
System Red Green Blue C M Y K H S L
Decimal 117 100 39 0 0.15 0.67 0.54 46.92 0.5 0.31
Hex 75 64 27 0 F 43 36 2F 32 1F
Octal 165 144 47 0 17 103 66 57 62 37
Binary 1110101 1100100 100111 0 1111 1000011 110110 101111 110010 11111

Color Harmonies of #756427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756427

Black with #756427

Text Example


Text Example

White with #756427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756427; }

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

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

background-color css

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

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

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

border-color css

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

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

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