Html Css Color HEX #726886 Kimberly

📋 copy color: '#726886'

red 114 ◦ green 104 ◦ blue 134

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

Shades of Kimberly #726886

Tints of Kimberly #726886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.55%

 BLUE value IS 134 (52.73% from 255) = 38.07%

R = 32.39%
G = 29.55%
B = 38.07%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#726886 (or 0x726886) is known color: Kimberly. HEX triplet: 72, 68 and 86. RGB value is (114,104,134). Sum of RGB (Red+Green+Blue) = 114+104+134=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 104 (41.02% from 255 or 29.55% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 134 - color contains mainly: blue. Hex color #726886 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726886 is #8D9779. Grayscale: #6E6E6E. Windows color (decimal): -9279354 or 8808562. OLE color: 8808562.

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

Color convert

RGB 114 104 134 -
CMYK 0.15 0.22 0 0.47
HSL 260º 0.13% 0.47% -
HSV(B) 260º 0.22% 0.53% -
XYZ 16.19 15.2 24.63 -
YUV 110.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 114 104 134 0.15 0.22 0 0.47 260 0.13 0.47
Hex 72 68 86 F 16 0 2F 104 D 2F
Octal 162 150 206 17 26 0 57 404 15 57
Binary 1110010 1101000 10000110 1111 10110 0 101111 100000100 1101 101111

Color Harmonies of #726886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726886

Black with #726886

Text Example


Text Example

White with #726886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726886; }

 p { color: rgb(114,104,134); }

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

background-color css

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

 a { background-color: rgb(114,104,134); }

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

border-color css

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

 span { border-color: rgb(114,104,134); }

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