#767089

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

Shades of Kimberly #767089

Tints of Kimberly #767089

Color information

#767089 (or 0x767089) is unknown color: approx Kimberly. HEX triplet: 76, 70 and 89. RGB value is (118,112,137). Sum of RGB (Red+Green+Blue) = 118+112+137=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 137 - color contains mainly: blue. Hex color #767089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #767089 is #898F76. Grayscale: #747474. Windows color (decimal): -9015159 or 9007222. OLE color: 9007222.

HSL color Cylindrical-coordinate representation of color #767089: hue angle of 254.4º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #767089 is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB118112137-
CMYK0.140.1800.46
HSL254.4º10.04%48.82%-
HSV(B)254.4º18.25%53.73%-
XYZ17.7817.2526.06-
YUV116.64139.49128.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 137 (53.91% from 255) = 37.33%
R=32.15%
G=30.52%
B=37.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1181121370.140.1800.46254.410.0448.82
Hex767089E1202Efea31
Octal16616021116220563761261
Binary11101101110000100010011110100100101110111111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #767089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #767089; }

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

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

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

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

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

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

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

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