Html Css Color HEX #72628A Kimberly

📋 copy color: '#72628A'

red 114 ◦ green 98 ◦ blue 138

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

Shades of Kimberly #72628A

Tints of Kimberly #72628A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.43%

R = 32.57%
G = 28%
B = 39.43%

CMYK

 C value IS 0.17

 M value IS 0.29

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#72628A (or 0x72628A) is known color: Kimberly. HEX triplet: 72, 62 and 8A. RGB value is (114,98,138). Sum of RGB (Red+Green+Blue) = 114+98+138=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 138 - color contains mainly: blue. Hex color #72628A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72628A is #8D9D75. Grayscale: #6B6B6B. Windows color (decimal): -9280886 or 9069170. OLE color: 9069170.

HSL color Cylindrical-coordinate representation of color #72628A: hue angle of 264º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72628A is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 98 138 -
CMYK 0.17 0.29 0 0.46
HSL 264º 0.17% 0.46% -
HSV(B) 264º 0.29% 0.54% -
XYZ 15.89 14.15 25.94 -
YUV 107.34 145.3 132.75 -
System Red Green Blue C M Y K H S L
Decimal 114 98 138 0.17 0.29 0 0.46 264 0.17 0.46
Hex 72 62 8A 11 1D 0 2E 108 11 2E
Octal 162 142 212 21 35 0 56 410 21 56
Binary 1110010 1100010 10001010 10001 11101 0 101110 100001000 10001 101110

Color Harmonies of #72628A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72628A

Black with #72628A

Text Example


Text Example

White with #72628A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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