#748657

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

Shades of Highland #748657

Tints of Highland #748657

Color information

#748657 (or 0x748657) is unknown color: approx Highland. HEX triplet: 74, 86 and 57. RGB value is (116,134,87). Sum of RGB (Red+Green+Blue) = 116+134+87=337 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.42% from 337); Green value is 134 (52.73% from 255 or 39.76% from 337); Blue value is 87 (34.38% from 255 or 25.82% from 337); Max value from RGB is 134 - color contains mainly: green. Hex color #748657 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748657 is #8B79A8. Grayscale: #7B7B7B. Windows color (decimal): -9140649 or 5736052. OLE color: 5736052.

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

Color convert

RGB11613487-
CMYK0.1300.350.47
HSL82.98º21.27%43.33%-
HSV(B)82.98º35.07%52.55%-
XYZ17.4521.4512.24-
YUV123.26107.54122.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.42%
GREEN value IS 134 (52.73% from 255) = 39.76%
BLUE value IS 87 (34.38% from 255) = 25.82%
R=34.42%
G=39.76%
B=25.82%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116134870.1300.350.4782.9821.2743.33
Hex748657D0232F53152b
Octal16420612715043571232553
Binary111010010000110101011111010100011101111101001110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748657; }

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

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

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

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

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

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

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

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