Html Css Color HEX #726484 Kimberly

📋 copy color: '#726484'

red 114 ◦ green 100 ◦ blue 132

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

Shades of Kimberly #726484

Tints of Kimberly #726484

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.9%

 BLUE value IS 132 (51.95% from 255) = 38.15%

R = 32.95%
G = 28.9%
B = 38.15%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#726484 (or 0x726484) is known color: Kimberly. HEX triplet: 72, 64 and 84. RGB value is (114,100,132). Sum of RGB (Red+Green+Blue) = 114+100+132=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 100 (39.45% from 255 or 28.90% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 132 - color contains mainly: blue. Hex color #726484 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726484 is #8D9B7B. Grayscale: #6B6B6B. Windows color (decimal): -9280380 or 8676466. OLE color: 8676466.

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

Color convert

RGB 114 100 132 -
CMYK 0.14 0.24 0 0.48
HSL 266.25º 0.14% 0.45% -
HSV(B) 266.25º 0.24% 0.52% -
XYZ 15.66 14.36 23.78 -
YUV 107.83 141.64 132.4 -
System Red Green Blue C M Y K H S L
Decimal 114 100 132 0.14 0.24 0 0.48 266.25 0.14 0.45
Hex 72 64 84 E 18 0 30 10A E 2D
Octal 162 144 204 16 30 0 60 412 16 55
Binary 1110010 1100100 10000100 1110 11000 0 110000 100001010 1110 101101

Color Harmonies of #726484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726484

Black with #726484

Text Example


Text Example

White with #726484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726484; }

 p { color: rgb(114,100,132); }

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

background-color css

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

 a { background-color: rgb(114,100,132); }

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

border-color css

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

 span { border-color: rgb(114,100,132); }

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