#757085

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

Shades of Kimberly #757085

Tints of Kimberly #757085

Color information

#757085 (or 0x757085) is unknown color: approx Kimberly. HEX triplet: 75, 70 and 85. RGB value is (117,112,133). Sum of RGB (Red+Green+Blue) = 117+112+133=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 112 (44.14% from 255 or 30.94% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: blue. Hex color #757085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757085 is #8A8F7A. Grayscale: #737373. Windows color (decimal): -9080699 or 8745077. OLE color: 8745077.

HSL color Cylindrical-coordinate representation of color #757085: hue angle of 254.29º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #757085 is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB117112133-
CMYK0.120.1600.48
HSL254.29º8.57%48.04%-
HSV(B)254.29º15.79%52.16%-
XYZ17.3617.0624.57-
YUV115.89137.66128.79-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.32%
GREEN value IS 112 (44.14% from 255) = 30.94%
BLUE value IS 133 (52.34% from 255) = 36.74%
R=32.32%
G=30.94%
B=36.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1171121330.120.1600.48254.298.5748.04
Hex757085C10030fe930
Octal16516020514200603761160
Binary11101011110000100001011100100000110000111111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #757085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #757085; }

 p { color: rgb(117,112,133); }

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

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

 a { background-color: rgb(117,112,133); }

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

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

 span { border-color: rgb(117,112,133); }

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