Html Css Color HEX #726087 Kimberly

📋 copy color: '#726087'

red 114 ◦ green 96 ◦ blue 135

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

Shades of Kimberly #726087

Tints of Kimberly #726087

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

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

R = 33.04%
G = 27.83%
B = 39.13%

CMYK

 C value IS 0.16

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#726087 (or 0x726087) is known color: Kimberly. HEX triplet: 72, 60 and 87. RGB value is (114,96,135). Sum of RGB (Red+Green+Blue) = 114+96+135=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #726087 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726087 is #8D9F78. Grayscale: #696969. Windows color (decimal): -9281401 or 8872050. OLE color: 8872050.

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

Color convert

RGB 114 96 135 -
CMYK 0.16 0.29 0 0.47
HSL 267.69º 0.17% 0.45% -
HSV(B) 267.69º 0.29% 0.53% -
XYZ 15.5 13.69 24.75 -
YUV 105.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 114 96 135 0.16 0.29 0 0.47 267.69 0.17 0.45
Hex 72 60 87 10 1D 0 2F 10C 11 2D
Octal 162 140 207 20 35 0 57 414 21 55
Binary 1110010 1100000 10000111 10000 11101 0 101111 100001100 10001 101101

Color Harmonies of #726087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726087

Black with #726087

Text Example


Text Example

White with #726087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726087; }

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

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

background-color css

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

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

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

border-color css

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

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

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