#75678B

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

Shades of Kimberly #75678B

Tints of Kimberly #75678B

Color information

#75678B (or 0x75678B) is unknown color: approx Kimberly. HEX triplet: 75, 67 and 8B. RGB value is (117,103,139). Sum of RGB (Red+Green+Blue) = 117+103+139=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #75678B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75678B is #8A9874. Grayscale: #6F6F6F. Windows color (decimal): -9082997 or 9135989. OLE color: 9135989.

HSL color Cylindrical-coordinate representation of color #75678B: hue angle of 263.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #75678B is Cyan = 0.16, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117103139-
CMYK0.160.2600.45
HSL263.33º14.88%47.45%-
HSV(B)263.33º25.9%54.51%-
XYZ16.8515.3526.5-
YUV111.29143.64132.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.59%
GREEN value IS 103 (40.62% from 255) = 28.69%
BLUE value IS 139 (54.69% from 255) = 38.72%
R=32.59%
G=28.69%
B=38.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171031390.160.2600.45263.3314.8847.45
Hex75678B101A02D107f2f
Octal16514721320320554071757
Binary1110101110011110001011100001101001011011000001111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75678B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75678B; }

 p { color: rgb(117,103,139); }

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

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

 a { background-color: rgb(117,103,139); }

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

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

 span { border-color: rgb(117,103,139); }

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