#748558

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

Shades of Highland #748558

Tints of Highland #748558

Color information

#748558 (or 0x748558) is unknown color: approx Highland. HEX triplet: 74, 85 and 58. RGB value is (116,133,88). Sum of RGB (Red+Green+Blue) = 116+133+88=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 133 (52.34% from 255 or 39.47% from 337); Blue value is 88 (34.77% from 255 or 26.11% from 337); Max value from RGB is 133 - color contains mainly: green. Hex color #748558 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748558 is #8B7AA7. Grayscale: #7A7A7A. Windows color (decimal): -9140904 or 5801332. OLE color: 5801332.

HSL color Cylindrical-coordinate representation of color #748558: hue angle of 82.67º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #748558 is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB11613388-
CMYK0.1300.340.48
HSL82.67º20.36%43.33%-
HSV(B)82.67º33.83%52.16%-
XYZ17.3521.1912.41-
YUV122.79108.37123.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 133 (52.34% from 255) = 39.47%
BLUE value IS 88 (34.77% from 255) = 26.11%
R=34.42%
G=39.47%
B=26.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal116133880.1300.340.4882.6720.3643.33
Hex748558D0223053142b
Octal16420513015042601232453
Binary111010010000101101100011010100010110000101001110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748558; }

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

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

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

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

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

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

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

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