#748758

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

Shades of Highland #748758

Tints of Highland #748758

Color information

#748758 (or 0x748758) is unknown color: approx Highland. HEX triplet: 74, 87 and 58. RGB value is (116,135,88). Sum of RGB (Red+Green+Blue) = 116+135+88=339 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.22% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 88 (34.77% from 255 or 25.96% from 339); Max value from RGB is 135 - color contains mainly: green. Hex color #748758 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748758 is #8B78A7. Grayscale: #7C7C7C. Windows color (decimal): -9140392 or 5801844. OLE color: 5801844.

HSL color Cylindrical-coordinate representation of color #748758: hue angle of 84.26º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #748758 is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.47.

Color convert

RGB11613588-
CMYK0.1400.350.47
HSL84.26º21.08%43.73%-
HSV(B)84.26º34.81%52.94%-
XYZ17.6321.7512.5-
YUV123.96107.71122.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.22%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 88 (34.77% from 255) = 25.96%
R=34.22%
G=39.82%
B=25.96%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116135880.1400.350.4784.2621.0843.73
Hex748758E0232F54152c
Octal16420713016043571242554
Binary111010010000111101100011100100011101111101010010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748758; }

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

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

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

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

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

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

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

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