Html Css Color HEX #726487 Kimberly

📋 copy color: '#726487'

red 114 ◦ green 100 ◦ blue 135

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

Shades of Kimberly #726487

Tints of Kimberly #726487

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.65%

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

R = 32.66%
G = 28.65%
B = 38.68%

CMYK

 C value IS 0.16

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#726487 (or 0x726487) is known color: Kimberly. HEX triplet: 72, 64 and 87. RGB value is (114,100,135). Sum of RGB (Red+Green+Blue) = 114+100+135=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 100 (39.45% from 255 or 28.65% from 349); Blue value is 135 (53.12% from 255 or 38.68% from 349); Max value from RGB is 135 - color contains mainly: blue. Hex color #726487 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726487 is #8D9B78. Grayscale: #6C6C6C. Windows color (decimal): -9280377 or 8873074. OLE color: 8873074.

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

Color convert

RGB 114 100 135 -
CMYK 0.16 0.26 0 0.47
HSL 264º 0.15% 0.46% -
HSV(B) 264º 0.26% 0.53% -
XYZ 15.87 14.44 24.87 -
YUV 108.18 143.14 132.15 -
System Red Green Blue C M Y K H S L
Decimal 114 100 135 0.16 0.26 0 0.47 264 0.15 0.46
Hex 72 64 87 10 1A 0 2F 108 F 2E
Octal 162 144 207 20 32 0 57 410 17 56
Binary 1110010 1100100 10000111 10000 11010 0 101111 100001000 1111 101110

Color Harmonies of #726487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726487

Black with #726487

Text Example


Text Example

White with #726487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726487; }

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

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

background-color css

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

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

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

border-color css

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

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

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