Html Css Color HEX #726C87 Kimberly

📋 copy color: '#726C87'

red 114 ◦ green 108 ◦ blue 135

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

Shades of Kimberly #726C87

Tints of Kimberly #726C87

RGB

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

 GREEN value IS 108 (42.58% from 255) = 30.25%

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

R = 31.93%
G = 30.25%
B = 37.82%

CMYK

 C value IS 0.16

 M value IS 0.2

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#726C87 (or 0x726C87) is known color: Kimberly. HEX triplet: 72, 6C and 87. RGB value is (114,108,135). Sum of RGB (Red+Green+Blue) = 114+108+135=357 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.93% from 357); Green value is 108 (42.58% from 255 or 30.25% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #726C87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726C87 is #8D9378. Grayscale: #707070. Windows color (decimal): -9278329 or 8875122. OLE color: 8875122.

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

Color convert

RGB 114 108 135 -
CMYK 0.16 0.2 0 0.47
HSL 253.33º 0.11% 0.48% -
HSV(B) 253.33º 0.2% 0.53% -
XYZ 16.68 16.05 25.14 -
YUV 112.87 140.49 128.8 -
System Red Green Blue C M Y K H S L
Decimal 114 108 135 0.16 0.2 0 0.47 253.33 0.11 0.48
Hex 72 6C 87 10 14 0 2F FD B 30
Octal 162 154 207 20 24 0 57 375 13 60
Binary 1110010 1101100 10000111 10000 10100 0 101111 11111101 1011 110000

Color Harmonies of #726C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726C87

Black with #726C87

Text Example


Text Example

White with #726C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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