#75672A

Color #75672A Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #75672A

Tints of Himalaya #75672A

Color information

#75672A (or 0x75672A) is unknown color: approx Himalaya. HEX triplet: 75, 67 and 2A. RGB value is (117,103,42). Sum of RGB (Red+Green+Blue) = 117+103+42=262 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.66% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 117 - color contains mainly: red. Hex color #75672A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75672A is #8A98D5. Grayscale: #646464. Windows color (decimal): -9083094 or 2778997. OLE color: 2778997.

HSL color Cylindrical-coordinate representation of color #75672A: hue angle of 48.8º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #75672A is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB11710342-
CMYK00.120.640.54
HSL48.8º47.17%31.18%-
HSV(B)48.8º64.1%45.88%-
XYZ12.613.654.16-
YUV100.2395.14139.96-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.66%
GREEN value IS 103 (40.62% from 255) = 39.31%
BLUE value IS 42 (16.80% from 255) = 16.03%
R=44.66%
G=39.31%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1171034200.120.640.5448.847.1731.18
Hex75672A0C4036312f1f
Octal1651475201410066615737
Binary1110101110011110101001100100000011011011000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75672A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75672A; }

 p { color: rgb(117,103,42); }

 H1.HeaderClassName
 {
   color: #75672A;
 }
 .AnyTagClassName
 {
   color: #75672A;
 }
</style>
background-color css

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

 a { background-color: rgb(117,103,42); }

 div.DivClassName
 {
   background-color: #75672A;
 }
 .BgClassName
 {
   background-color: #75672A;
 }
</style>
border-color css

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

 span { border-color: rgb(117,103,42); }

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