#73668A

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

Shades of Kimberly #73668A

Tints of Kimberly #73668A

Color information

#73668A (or 0x73668A) is unknown color: approx Kimberly. HEX triplet: 73, 66 and 8A. RGB value is (115,102,138). Sum of RGB (Red+Green+Blue) = 115+102+138=355 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.39% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 138 - color contains mainly: blue. Hex color #73668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73668A is #8C9975. Grayscale: #6D6D6D. Windows color (decimal): -9214326 or 9070195. OLE color: 9070195.

HSL color Cylindrical-coordinate representation of color #73668A: hue angle of 261.67º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73668A is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB115102138-
CMYK0.170.2600.46
HSL261.67º15%47.06%-
HSV(B)261.67º26.09%54.12%-
XYZ16.4114.9826.07-
YUV109.99143.81131.57-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 32.39%
GREEN value IS 102 (40.23% from 255) = 28.73%
BLUE value IS 138 (54.30% from 255) = 38.87%
R=32.39%
G=28.73%
B=38.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1151021380.170.2600.46261.671547.06
Hex73668A111A02E106f2f
Octal16314621221320564061757
Binary1110011110011010001010100011101001011101000001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73668A; }

 p { color: rgb(115,102,138); }

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

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

 a { background-color: rgb(115,102,138); }

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

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

 span { border-color: rgb(115,102,138); }

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