#75638A

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

Shades of Kimberly #75638A

Tints of Kimberly #75638A

Color information

#75638A (or 0x75638A) is unknown color: approx Kimberly. HEX triplet: 75, 63 and 8A. RGB value is (117,99,138). Sum of RGB (Red+Green+Blue) = 117+99+138=354 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.05% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #75638A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75638A is #8A9C75. Grayscale: #6C6C6C. Windows color (decimal): -9084022 or 9069429. OLE color: 9069429.

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

Color convert

RGB11799138-
CMYK0.150.2800.46
HSL267.69º16.46%46.47%-
HSV(B)267.69º28.26%54.12%-
XYZ16.3914.5425.99-
YUV108.83144.46133.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 33.05%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=33.05%
G=27.97%
B=38.98%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal117991380.150.2800.46267.6916.4646.47
Hex75638AF1C02E10c102e
Octal16514321217340564142056
Binary1110101110001110001010111111100010111010000110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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