#77688E

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

Shades of Kimberly #77688E

Tints of Kimberly #77688E

Color information

#77688E (or 0x77688E) is unknown color: approx Kimberly. HEX triplet: 77, 68 and 8E. RGB value is (119,104,142). Sum of RGB (Red+Green+Blue) = 119+104+142=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 142 (55.86% from 255 or 38.90% from 365); Max value from RGB is 142 - color contains mainly: blue. Hex color #77688E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #77688E is #889771. Grayscale: #707070. Windows color (decimal): -8951666 or 9332855. OLE color: 9332855.

HSL color Cylindrical-coordinate representation of color #77688E: hue angle of 263.68º degrees, saturation: 0.15, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #77688E is Cyan = 0.16, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB119104142-
CMYK0.160.2700.44
HSL263.68º15.45%48.24%-
HSV(B)263.68º26.76%55.69%-
XYZ17.4415.7827.72-
YUV112.82144.47132.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.60%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 142 (55.86% from 255) = 38.90%
R=32.60%
G=28.49%
B=38.90%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1191041420.160.2700.44263.6815.4548.24
Hex77688E101B02C108f30
Octal16715021620330544101760
Binary1110111110100010001110100001101101011001000010001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77688E; }

 p { color: rgb(119,104,142); }

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

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

 a { background-color: rgb(119,104,142); }

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

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

 span { border-color: rgb(119,104,142); }

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