#76708C

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

Shades of Kimberly #76708C

Tints of Kimberly #76708C

Color information

#76708C (or 0x76708C) is unknown color: approx Kimberly. HEX triplet: 76, 70 and 8C. RGB value is (118,112,140). Sum of RGB (Red+Green+Blue) = 118+112+140=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 140 - color contains mainly: blue. Hex color #76708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76708C is #898F73. Grayscale: #747474. Windows color (decimal): -9015156 or 9203830. OLE color: 9203830.

HSL color Cylindrical-coordinate representation of color #76708C: hue angle of 252.86º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76708C is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB118112140-
CMYK0.160.2000.45
HSL252.86º11.11%49.41%-
HSV(B)252.86º20%54.9%-
XYZ1817.3327.21-
YUV116.99140.99128.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.89%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 140 (55.08% from 255) = 37.84%
R=31.89%
G=30.27%
B=37.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181121400.160.2000.45252.8611.1149.41
Hex76708C101402Dfdb31
Octal16616021420240553751361
Binary111011011100001000110010000101000101101111111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76708C; }

 p { color: rgb(118,112,140); }

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

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

 a { background-color: rgb(118,112,140); }

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

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

 span { border-color: rgb(118,112,140); }

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