Html Css Color HEX #757089 Kimberly

📋 copy color: '#757089'

red 117 ◦ green 112 ◦ blue 137

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

Shades of Kimberly #757089

Tints of Kimberly #757089

RGB

 RED value IS 117 (46.09% from 255) = 31.97%

 GREEN value IS 112 (44.14% from 255) = 30.6%

 BLUE value IS 137 (53.91% from 255) = 37.43%

R = 31.97%
G = 30.6%
B = 37.43%

CMYK

 C value IS 0.15

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#757089 (or 0x757089) is known color: Kimberly. HEX triplet: 75, 70 and 89. RGB value is (117,112,137). Sum of RGB (Red+Green+Blue) = 117+112+137=366 (48% of max value = 765). Red value is 117 (46.09% from 255 or 31.97% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 137 - color contains mainly: blue. Hex color #757089 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757089 is #8A8F76. Grayscale: #747474. Windows color (decimal): -9080695 or 9007221. OLE color: 9007221.

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

Color convert

RGB 117 112 137 -
CMYK 0.15 0.18 0 0.46
HSL 252º 0.1% 0.49% -
HSV(B) 252º 0.18% 0.54% -
XYZ 17.65 17.18 26.05 -
YUV 116.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 117 112 137 0.15 0.18 0 0.46 252 0.1 0.49
Hex 75 70 89 F 12 0 2E FC A 31
Octal 165 160 211 17 22 0 56 374 12 61
Binary 1110101 1110000 10001001 1111 10010 0 101110 11111100 1010 110001

Color Harmonies of #757089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757089

Black with #757089

Text Example


Text Example

White with #757089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757089; }

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

 H1.HeaderClassName
 {
   color: #757089;
 }
 .AnyTagClassName
 {
   color: #757089;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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