#738752

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

Shades of Highland #738752

Tints of Highland #738752

Color information

#738752 (or 0x738752) is unknown color: approx Highland. HEX triplet: 73, 87 and 52. RGB value is (115,135,82). Sum of RGB (Red+Green+Blue) = 115+135+82=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #738752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738752 is #8C78AD. Grayscale: #7B7B7B. Windows color (decimal): -9205934 or 5408627. OLE color: 5408627.

HSL color Cylindrical-coordinate representation of color #738752: hue angle of 82.64º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #738752 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB11513582-
CMYK0.1500.390.47
HSL82.64º24.42%42.55%-
HSV(B)82.64º39.26%52.94%-
XYZ17.2621.5811.24-
YUV122.98104.87122.31-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.64%
GREEN value IS 135 (53.12% from 255) = 40.66%
BLUE value IS 82 (32.42% from 255) = 24.70%
R=34.64%
G=40.66%
B=24.70%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115135820.1500.390.4782.6424.4242.55
Hex738752F0272F53182b
Octal16320712217047571233053
Binary111001110000111101001011110100111101111101001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #738752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #738752; }

 p { color: rgb(115,135,82); }

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

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

 a { background-color: rgb(115,135,82); }

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

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

 span { border-color: rgb(115,135,82); }

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