#767187

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

Shades of Kimberly #767187

Tints of Kimberly #767187

Color information

#767187 (or 0x767187) is unknown color: approx Kimberly. HEX triplet: 76, 71 and 87. RGB value is (118,113,135). Sum of RGB (Red+Green+Blue) = 118+113+135=366 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.24% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 135 - color contains mainly: blue. Hex color #767187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767187 is #898E78. Grayscale: #747474. Windows color (decimal): -9014905 or 8876406. OLE color: 8876406.

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

Color convert

RGB118113135-
CMYK0.130.1600.47
HSL253.64º8.87%48.63%-
HSV(B)253.64º16.3%52.94%-
XYZ17.7517.4125.35-
YUV117138.16128.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.24%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=32.24%
G=30.87%
B=36.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1181131350.130.1600.47253.648.8748.63
Hex767187D1002Ffe931
Octal16616120715200573761161
Binary11101101110001100001111101100000101111111111101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767187; }

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

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

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

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

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

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

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

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