Html Css Color HEX #726583 Kimberly

📋 copy color: '#726583'

red 114 ◦ green 101 ◦ blue 131

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

Shades of Kimberly #726583

Tints of Kimberly #726583

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.19%

 BLUE value IS 131 (51.56% from 255) = 37.86%

R = 32.95%
G = 29.19%
B = 37.86%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#726583 (or 0x726583) is known color: Kimberly. HEX triplet: 72, 65 and 83. RGB value is (114,101,131). Sum of RGB (Red+Green+Blue) = 114+101+131=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 101 (39.84% from 255 or 29.19% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 131 - color contains mainly: blue. Hex color #726583 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726583 is #8D9A7C. Grayscale: #6C6C6C. Windows color (decimal): -9280125 or 8611186. OLE color: 8611186.

HSL color Cylindrical-coordinate representation of color #726583: hue angle of 266º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #726583 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 101 131 -
CMYK 0.13 0.23 0 0.49
HSL 266º 0.13% 0.45% -
HSV(B) 266º 0.23% 0.51% -
XYZ 15.69 14.52 23.45 -
YUV 108.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 114 101 131 0.13 0.23 0 0.49 266 0.13 0.45
Hex 72 65 83 D 17 0 31 10A D 2D
Octal 162 145 203 15 27 0 61 412 15 55
Binary 1110010 1100101 10000011 1101 10111 0 110001 100001010 1101 101101

Color Harmonies of #726583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726583

Black with #726583

Text Example


Text Example

White with #726583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726583; }

 p { color: rgb(114,101,131); }

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

background-color css

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

 a { background-color: rgb(114,101,131); }

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

border-color css

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

 span { border-color: rgb(114,101,131); }

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