Html Css Color HEX #726890 Kimberly

📋 copy color: '#726890'

red 114 ◦ green 104 ◦ blue 144

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

Shades of Kimberly #726890

Tints of Kimberly #726890

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 39.78%

R = 31.49%
G = 28.73%
B = 39.78%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#726890 (or 0x726890) is known color: Kimberly. HEX triplet: 72, 68 and 90. RGB value is (114,104,144). Sum of RGB (Red+Green+Blue) = 114+104+144=362 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.49% from 362); Green value is 104 (41.02% from 255 or 28.73% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 144 - color contains mainly: blue. Hex color #726890 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726890 is #8D976F. Grayscale: #6F6F6F. Windows color (decimal): -9279344 or 9463922. OLE color: 9463922.

HSL color Cylindrical-coordinate representation of color #726890: hue angle of 255º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #726890 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 114 104 144 -
CMYK 0.21 0.28 0 0.44
HSL 255º 0.16% 0.49% -
HSV(B) 255º 0.28% 0.56% -
XYZ 16.92 15.49 28.48 -
YUV 111.55 146.31 129.75 -
System Red Green Blue C M Y K H S L
Decimal 114 104 144 0.21 0.28 0 0.44 255 0.16 0.49
Hex 72 68 90 15 1C 0 2C FF 10 31
Octal 162 150 220 25 34 0 54 377 20 61
Binary 1110010 1101000 10010000 10101 11100 0 101100 11111111 10000 110001

Color Harmonies of #726890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726890

Black with #726890

Text Example


Text Example

White with #726890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726890; }

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

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

background-color css

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

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

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

border-color css

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

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

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