#75638E

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

Shades of Kimberly #75638E

Tints of Kimberly #75638E

Color information

#75638E (or 0x75638E) is unknown color: approx Kimberly. HEX triplet: 75, 63 and 8E. RGB value is (117,99,142). Sum of RGB (Red+Green+Blue) = 117+99+142=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 99 (39.06% from 255 or 27.65% from 358); Blue value is 142 (55.86% from 255 or 39.66% from 358); Max value from RGB is 142 - color contains mainly: blue. Hex color #75638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75638E is #8A9C71. Grayscale: #6D6D6D. Windows color (decimal): -9084018 or 9331573. OLE color: 9331573.

HSL color Cylindrical-coordinate representation of color #75638E: hue angle of 265.12º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75638E is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11799142-
CMYK0.180.3000.44
HSL265.12º17.84%47.25%-
HSV(B)265.12º30.28%55.69%-
XYZ16.6814.6627.54-
YUV109.28146.46133.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.68%
GREEN value IS 99 (39.06% from 255) = 27.65%
BLUE value IS 142 (55.86% from 255) = 39.66%
R=32.68%
G=27.65%
B=39.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117991420.180.3000.44265.1217.8447.25
Hex75638E121E02C109122f
Octal16514321622360544112257
Binary11101011100011100011101001011110010110010000100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75638E; }

 p { color: rgb(117,99,142); }

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

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

 a { background-color: rgb(117,99,142); }

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

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

 span { border-color: rgb(117,99,142); }

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