#75698C

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

Shades of Kimberly #75698C

Tints of Kimberly #75698C

Color information

#75698C (or 0x75698C) is unknown color: approx Kimberly. HEX triplet: 75, 69 and 8C. RGB value is (117,105,140). Sum of RGB (Red+Green+Blue) = 117+105+140=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 140 - color contains mainly: blue. Hex color #75698C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75698C is #8A9673. Grayscale: #707070. Windows color (decimal): -9082484 or 9202037. OLE color: 9202037.

HSL color Cylindrical-coordinate representation of color #75698C: hue angle of 260.57º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75698C is Cyan = 0.16, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB117105140-
CMYK0.160.2500.45
HSL260.57º14.29%48.04%-
HSV(B)260.57º25%54.9%-
XYZ17.1215.7826.95-
YUV112.58143.48131.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.32%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 140 (55.08% from 255) = 38.67%
R=32.32%
G=29.01%
B=38.67%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1171051400.160.2500.45260.5714.2948.04
Hex75698C101902D105e30
Octal16515121420310554051660
Binary1110101110100110001100100001100101011011000001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75698C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75698C; }

 p { color: rgb(117,105,140); }

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

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

 a { background-color: rgb(117,105,140); }

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

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

 span { border-color: rgb(117,105,140); }

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