Html Css Color HEX #726784 Kimberly

📋 copy color: '#726784'

red 114 ◦ green 103 ◦ blue 132

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

Shades of Kimberly #726784

Tints of Kimberly #726784

RGB

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

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

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

R = 32.66%
G = 29.51%
B = 37.82%

CMYK

 C value IS 0.14

 M value IS 0.22

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#726784 (or 0x726784) is known color: Kimberly. HEX triplet: 72, 67 and 84. RGB value is (114,103,132). Sum of RGB (Red+Green+Blue) = 114+103+132=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 103 (40.62% from 255 or 29.51% from 349); Blue value is 132 (51.95% from 255 or 37.82% from 349); Max value from RGB is 132 - color contains mainly: blue. Hex color #726784 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726784 is #8D987B. Grayscale: #6D6D6D. Windows color (decimal): -9279612 or 8677234. OLE color: 8677234.

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

Color convert

RGB 114 103 132 -
CMYK 0.14 0.22 0 0.48
HSL 262.76º 0.12% 0.46% -
HSV(B) 262.76º 0.22% 0.52% -
XYZ 15.95 14.94 23.87 -
YUV 109.6 140.64 131.14 -
System Red Green Blue C M Y K H S L
Decimal 114 103 132 0.14 0.22 0 0.48 262.76 0.12 0.46
Hex 72 67 84 E 16 0 30 107 C 2E
Octal 162 147 204 16 26 0 60 407 14 56
Binary 1110010 1100111 10000100 1110 10110 0 110000 100000111 1100 101110

Color Harmonies of #726784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726784

Black with #726784

Text Example


Text Example

White with #726784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726784; }

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

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

background-color css

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

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

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

border-color css

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

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

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