Html Css Color HEX #72628D Kimberly

📋 copy color: '#72628D'

red 114 ◦ green 98 ◦ blue 141

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

Shades of Kimberly #72628D

Tints of Kimberly #72628D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

 BLUE value IS 141 (55.47% from 255) = 39.94%

R = 32.29%
G = 27.76%
B = 39.94%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72628D (or 0x72628D) is known color: Kimberly. HEX triplet: 72, 62 and 8D. RGB value is (114,98,141). Sum of RGB (Red+Green+Blue) = 114+98+141=353 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.29% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 141 (55.47% from 255 or 39.94% from 353); Max value from RGB is 141 - color contains mainly: blue. Hex color #72628D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72628D is #8D9D72. Grayscale: #6B6B6B. Windows color (decimal): -9280883 or 9265778. OLE color: 9265778.

HSL color Cylindrical-coordinate representation of color #72628D: hue angle of 262.33º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #72628D is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 98 141 -
CMYK 0.19 0.30 0 0.45
HSL 262.33º 0.18% 0.47% -
HSV(B) 262.33º 0.3% 0.55% -
XYZ 16.11 14.24 27.1 -
YUV 107.69 146.8 132.5 -
System Red Green Blue C M Y K H S L
Decimal 114 98 141 0.19 0.30 0 0.45 262.33 0.18 0.47
Hex 72 62 8D 13 1E 0 2D 106 12 2F
Octal 162 142 215 23 36 0 55 406 22 57
Binary 1110010 1100010 10001101 10011 11110 0 101101 100000110 10010 101111

Color Harmonies of #72628D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72628D

Black with #72628D

Text Example


Text Example

White with #72628D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72628D; }

 p { color: rgb(114,98,141); }

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

background-color css

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

 a { background-color: rgb(114,98,141); }

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

border-color css

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

 span { border-color: rgb(114,98,141); }

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