#766792

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

Shades of Kimberly #766792

Tints of Kimberly #766792

Color information

#766792 (or 0x766792) is unknown color: approx Kimberly. HEX triplet: 76, 67 and 92. RGB value is (118,103,146). Sum of RGB (Red+Green+Blue) = 118+103+146=367 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.15% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 146 - color contains mainly: blue. Hex color #766792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766792 is #89986D. Grayscale: #707070. Windows color (decimal): -9017454 or 9594742. OLE color: 9594742.

HSL color Cylindrical-coordinate representation of color #766792: hue angle of 260.93º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #766792 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB118103146-
CMYK0.190.2900.43
HSL260.93º17.27%48.82%-
HSV(B)260.93º29.45%57.25%-
XYZ17.5115.6329.29-
YUV112.39146.97132-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.15%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=32.15%
G=28.07%
B=39.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181031460.190.2900.43260.9317.2748.82
Hex766792131D02B1051131
Octal16614722223350534052161
Binary11101101100111100100101001111101010101110000010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766792; }

 p { color: rgb(118,103,146); }

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

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

 a { background-color: rgb(118,103,146); }

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

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

 span { border-color: rgb(118,103,146); }

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