#767188

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

Shades of Kimberly #767188

Tints of Kimberly #767188

Color information

#767188 (or 0x767188) is unknown color: approx Kimberly. HEX triplet: 76, 71 and 88. RGB value is (118,113,136). Sum of RGB (Red+Green+Blue) = 118+113+136=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 136 (53.52% from 255 or 37.06% from 367); Max value from RGB is 136 - color contains mainly: blue. Hex color #767188 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767188 is #898E77. Grayscale: #757575. Windows color (decimal): -9014904 or 8941942. OLE color: 8941942.

HSL color Cylindrical-coordinate representation of color #767188: hue angle of 253.04º degrees, saturation: 0.09, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #767188 is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB118113136-
CMYK0.130.1700.47
HSL253.04º9.24%48.82%-
HSV(B)253.04º16.91%53.33%-
XYZ17.8217.4425.72-
YUV117.12138.66128.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 113 (44.53% from 255) = 30.79%
BLUE value IS 136 (53.52% from 255) = 37.06%
R=32.15%
G=30.79%
B=37.06%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181131360.130.1700.47253.049.2448.82
Hex767188D1102Ffd931
Octal16616121015210573751161
Binary11101101110001100010001101100010101111111111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767188; }

 p { color: rgb(118,113,136); }

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

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

 a { background-color: rgb(118,113,136); }

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

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

 span { border-color: rgb(118,113,136); }

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