#748752

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

Shades of Highland #748752

Tints of Highland #748752

Color information

#748752 (or 0x748752) is unknown color: approx Highland. HEX triplet: 74, 87 and 52. RGB value is (116,135,82). Sum of RGB (Red+Green+Blue) = 116+135+82=333 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.83% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 82 (32.42% from 255 or 24.62% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #748752 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748752 is #8B78AD. Grayscale: #7B7B7B. Windows color (decimal): -9140398 or 5408628. OLE color: 5408628.

HSL color Cylindrical-coordinate representation of color #748752: hue angle of 81.51º 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 #748752 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB11613582-
CMYK0.1400.390.47
HSL81.51º24.42%42.55%-
HSV(B)81.51º39.26%52.94%-
XYZ17.3921.6511.25-
YUV123.28104.71122.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.83%
GREEN value IS 135 (53.12% from 255) = 40.54%
BLUE value IS 82 (32.42% from 255) = 24.62%
R=34.83%
G=40.54%
B=24.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116135820.1400.390.4781.5124.4242.55
Hex748752E0272F52182b
Octal16420712216047571223053
Binary111010010000111101001011100100111101111101001011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748752; }

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

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

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

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

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

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

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

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