Html Css Color HEX #726788 Kimberly

📋 copy color: '#726788'

red 114 ◦ green 103 ◦ blue 136

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

Shades of Kimberly #726788

Tints of Kimberly #726788

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.18%

 BLUE value IS 136 (53.52% from 255) = 38.53%

R = 32.29%
G = 29.18%
B = 38.53%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#726788 (or 0x726788) is known color: Kimberly. HEX triplet: 72, 67 and 88. RGB value is (114,103,136). Sum of RGB (Red+Green+Blue) = 114+103+136=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #726788 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726788 is #8D9877. Grayscale: #6D6D6D. Windows color (decimal): -9279608 or 8939378. OLE color: 8939378.

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

Color convert

RGB 114 103 136 -
CMYK 0.16 0.24 0 0.47
HSL 260º 0.14% 0.47% -
HSV(B) 260º 0.24% 0.53% -
XYZ 16.23 15.06 25.34 -
YUV 110.05 142.64 130.82 -
System Red Green Blue C M Y K H S L
Decimal 114 103 136 0.16 0.24 0 0.47 260 0.14 0.47
Hex 72 67 88 10 18 0 2F 104 E 2F
Octal 162 147 210 20 30 0 57 404 16 57
Binary 1110010 1100111 10001000 10000 11000 0 101111 100000100 1110 101111

Color Harmonies of #726788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726788

Black with #726788

Text Example


Text Example

White with #726788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726788; }

 p { color: rgb(114,103,136); }

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

background-color css

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

 a { background-color: rgb(114,103,136); }

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

border-color css

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

 span { border-color: rgb(114,103,136); }

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