Html Css Color HEX #757086 Kimberly

📋 copy color: '#757086'

red 117 ◦ green 112 ◦ blue 134

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

Shades of Kimberly #757086

Tints of Kimberly #757086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.91%

R = 32.23%
G = 30.85%
B = 36.91%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#757086 (or 0x757086) is known color: Kimberly. HEX triplet: 75, 70 and 86. RGB value is (117,112,134). Sum of RGB (Red+Green+Blue) = 117+112+134=363 (48% of max value = 765). Red value is 117 (46.09% from 255 or 32.23% from 363); Green value is 112 (44.14% from 255 or 30.85% from 363); Blue value is 134 (52.73% from 255 or 36.91% from 363); Max value from RGB is 134 - color contains mainly: blue. Hex color #757086 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757086 is #8A8F79. Grayscale: #737373. Windows color (decimal): -9080698 or 8810613. OLE color: 8810613.

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

Color convert

RGB 117 112 134 -
CMYK 0.13 0.16 0 0.47
HSL 253.64º 0.09% 0.48% -
HSV(B) 253.64º 0.16% 0.53% -
XYZ 17.43 17.09 24.93 -
YUV 116 138.16 128.71 -
System Red Green Blue C M Y K H S L
Decimal 117 112 134 0.13 0.16 0 0.47 253.64 0.09 0.48
Hex 75 70 86 D 10 0 2F FE 9 30
Octal 165 160 206 15 20 0 57 376 11 60
Binary 1110101 1110000 10000110 1101 10000 0 101111 11111110 1001 110000

Color Harmonies of #757086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757086

Black with #757086

Text Example


Text Example

White with #757086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757086; }

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

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

background-color css

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

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

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

border-color css

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

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

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