#76668C

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

Shades of Kimberly #76668C

Tints of Kimberly #76668C

Color information

#76668C (or 0x76668C) is unknown color: approx Kimberly. HEX triplet: 76, 66 and 8C. RGB value is (118,102,140). Sum of RGB (Red+Green+Blue) = 118+102+140=360 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.78% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 140 - color contains mainly: blue. Hex color #76668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #76668C is #899973. Grayscale: #6E6E6E. Windows color (decimal): -9017716 or 9201270. OLE color: 9201270.

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

Color convert

RGB118102140-
CMYK0.160.2700.45
HSL265.26º15.7%47.45%-
HSV(B)265.26º27.14%54.9%-
XYZ16.9615.2526.86-
YUV111.12144.3132.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.78%
GREEN value IS 102 (40.23% from 255) = 28.33%
BLUE value IS 140 (55.08% from 255) = 38.89%
R=32.78%
G=28.33%
B=38.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1181021400.160.2700.45265.2615.747.45
Hex76668C101B02D109102f
Octal16614621420330554112057
Binary11101101100110100011001000011011010110110000100110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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