#76688B

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

Shades of Kimberly #76688B

Tints of Kimberly #76688B

Color information

#76688B (or 0x76688B) is unknown color: approx Kimberly. HEX triplet: 76, 68 and 8B. RGB value is (118,104,139). Sum of RGB (Red+Green+Blue) = 118+104+139=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 139 - color contains mainly: blue. Hex color #76688B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76688B is #899774. Grayscale: #707070. Windows color (decimal): -9017205 or 9136246. OLE color: 9136246.

HSL color Cylindrical-coordinate representation of color #76688B: hue angle of 264º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76688B is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118104139-
CMYK0.150.2500.45
HSL264º14.4%47.65%-
HSV(B)264º25.18%54.51%-
XYZ17.0815.6226.54-
YUV112.18143.14132.15-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.69%
GREEN value IS 104 (41.02% from 255) = 28.81%
BLUE value IS 139 (54.69% from 255) = 38.50%
R=32.69%
G=28.81%
B=38.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181041390.150.2500.4526414.447.65
Hex76688BF1902D108e30
Octal16615021317310554101660
Binary111011011010001000101111111100101011011000010001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76688B; }

 p { color: rgb(118,104,139); }

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

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

 a { background-color: rgb(118,104,139); }

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

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

 span { border-color: rgb(118,104,139); }

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