Html Css Color HEX #726A8B Kimberly

📋 copy color: '#726A8B'

red 114 ◦ green 106 ◦ blue 139

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

Shades of Kimberly #726A8B

Tints of Kimberly #726A8B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 29.53%

 BLUE value IS 139 (54.69% from 255) = 38.72%

R = 31.75%
G = 29.53%
B = 38.72%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#726A8B (or 0x726A8B) is known color: Kimberly. HEX triplet: 72, 6A and 8B. RGB value is (114,106,139). Sum of RGB (Red+Green+Blue) = 114+106+139=359 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.75% from 359); Green value is 106 (41.80% from 255 or 29.53% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 139 - color contains mainly: blue. Hex color #726A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726A8B is #8D9574. Grayscale: #707070. Windows color (decimal): -9278837 or 9136754. OLE color: 9136754.

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

Color convert

RGB 114 106 139 -
CMYK 0.18 0.24 0 0.45
HSL 254.55º 0.13% 0.48% -
HSV(B) 254.55º 0.24% 0.55% -
XYZ 16.75 15.75 26.58 -
YUV 112.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 114 106 139 0.18 0.24 0 0.45 254.55 0.13 0.48
Hex 72 6A 8B 12 18 0 2D FF D 30
Octal 162 152 213 22 30 0 55 377 15 60
Binary 1110010 1101010 10001011 10010 11000 0 101101 11111111 1101 110000

Color Harmonies of #726A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726A8B

Black with #726A8B

Text Example


Text Example

White with #726A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726A8B; }

 p { color: rgb(114,106,139); }

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

background-color css

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

 a { background-color: rgb(114,106,139); }

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

border-color css

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

 span { border-color: rgb(114,106,139); }

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