Html Css Color HEX #726587 Kimberly

📋 copy color: '#726587'

red 114 ◦ green 101 ◦ blue 135

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

Shades of Kimberly #726587

Tints of Kimberly #726587

RGB

 RED value IS 114 (44.92% from 255) = 32.57%

 GREEN value IS 101 (39.84% from 255) = 28.86%

 BLUE value IS 135 (53.13% from 255) = 38.57%

R = 32.57%
G = 28.86%
B = 38.57%

CMYK

 C value IS 0.16

 M value IS 0.25

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#726587 (or 0x726587) is known color: Kimberly. HEX triplet: 72, 65 and 87. RGB value is (114,101,135). Sum of RGB (Red+Green+Blue) = 114+101+135=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 135 - color contains mainly: blue. Hex color #726587 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726587 is #8D9A78. Grayscale: #6C6C6C. Windows color (decimal): -9280121 or 8873330. OLE color: 8873330.

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

Color convert

RGB 114 101 135 -
CMYK 0.16 0.25 0 0.47
HSL 262.94º 0.14% 0.46% -
HSV(B) 262.94º 0.25% 0.53% -
XYZ 15.97 14.63 24.9 -
YUV 108.76 142.81 131.74 -
System Red Green Blue C M Y K H S L
Decimal 114 101 135 0.16 0.25 0 0.47 262.94 0.14 0.46
Hex 72 65 87 10 19 0 2F 107 E 2E
Octal 162 145 207 20 31 0 57 407 16 56
Binary 1110010 1100101 10000111 10000 11001 0 101111 100000111 1110 101110

Color Harmonies of #726587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726587

Black with #726587

Text Example


Text Example

White with #726587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726587; }

 p { color: rgb(114,101,135); }

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

background-color css

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

 a { background-color: rgb(114,101,135); }

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

border-color css

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

 span { border-color: rgb(114,101,135); }

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