Html Css Color HEX #757085 Kimberly

📋 copy color: '#757085'

red 117 ◦ green 112 ◦ blue 133

#757085
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kimberly #757085

Tints of Kimberly #757085

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 value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#757085 (or 0x757085) is known color: 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

RGB 117 112 133 -
CMYK 0.12 0.16 0 0.48
HSL 254.29º 0.09% 0.48% -
HSV(B) 254.29º 0.16% 0.52% -
XYZ 17.36 17.06 24.57 -
YUV 115.89 137.66 128.79 -
System Red Green Blue C M Y K H S L
Decimal 117 112 133 0.12 0.16 0 0.48 254.29 0.09 0.48
Hex 75 70 85 C 10 0 30 FE 9 30
Octal 165 160 205 14 20 0 60 376 11 60
Binary 1110101 1110000 10000101 1100 10000 0 110000 11111110 1001 110000

Color Harmonies of #757085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757085

Black with #757085

Text Example


Text Example

White with #757085

Text Example


Text Example

HTML Codes & Css Web 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>