#768753

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

Shades of Highland #768753

Tints of Highland #768753

Color information

#768753 (or 0x768753) is unknown color: approx Highland. HEX triplet: 76, 87 and 53. RGB value is (118,135,83). Sum of RGB (Red+Green+Blue) = 118+135+83=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 135 (53.12% from 255 or 40.18% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 135 - color contains mainly: green. Hex color #768753 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768753 is #8978AC. Grayscale: #7C7C7C. Windows color (decimal): -9009325 or 5474166. OLE color: 5474166.

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

Color convert

RGB11813583-
CMYK0.1300.390.47
HSL79.62º23.85%42.75%-
HSV(B)79.62º38.52%52.94%-
XYZ17.721.811.46-
YUV123.99104.87123.73-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 35.12%
GREEN value IS 135 (53.12% from 255) = 40.18%
BLUE value IS 83 (32.81% from 255) = 24.70%
R=35.12%
G=40.18%
B=24.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal118135830.1300.390.4779.6223.8542.75
Hex768753D0272F50182b
Octal16620712315047571203053
Binary111011010000111101001111010100111101111101000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #768753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #768753; }

 p { color: rgb(118,135,83); }

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

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

 a { background-color: rgb(118,135,83); }

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

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

 span { border-color: rgb(118,135,83); }

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