#748658

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

Shades of Highland #748658

Tints of Highland #748658

Color information

#748658 (or 0x748658) is unknown color: approx Highland. HEX triplet: 74, 86 and 58. RGB value is (116,134,88). Sum of RGB (Red+Green+Blue) = 116+134+88=338 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.32% from 338); Green value is 134 (52.73% from 255 or 39.64% from 338); Blue value is 88 (34.77% from 255 or 26.04% from 338); Max value from RGB is 134 - color contains mainly: green. Hex color #748658 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748658 is #8B79A7. Grayscale: #7B7B7B. Windows color (decimal): -9140648 or 5801588. OLE color: 5801588.

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

Color convert

RGB11613488-
CMYK0.1300.340.47
HSL83.48º20.72%43.53%-
HSV(B)83.48º34.33%52.55%-
XYZ17.4921.4712.45-
YUV123.37108.04122.74-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.32%
GREEN value IS 134 (52.73% from 255) = 39.64%
BLUE value IS 88 (34.77% from 255) = 26.04%
R=34.32%
G=39.64%
B=26.04%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134880.1300.340.4783.4820.7243.53
Hex748658D0222F53152c
Octal16420613015042571232554
Binary111010010000110101100011010100010101111101001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748658; }

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

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

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

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

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

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

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

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