Html Css Color HEX #726285 Kimberly

📋 copy color: '#726285'

red 114 ◦ green 98 ◦ blue 133

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

Shades of Kimberly #726285

Tints of Kimberly #726285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.55%

R = 33.04%
G = 28.41%
B = 38.55%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#726285 (or 0x726285) is known color: Kimberly. HEX triplet: 72, 62 and 85. RGB value is (114,98,133). Sum of RGB (Red+Green+Blue) = 114+98+133=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 133 (52.34% from 255 or 38.55% from 345); Max value from RGB is 133 - color contains mainly: blue. Hex color #726285 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726285 is #8D9D7A. Grayscale: #6A6A6A. Windows color (decimal): -9280891 or 8741490. OLE color: 8741490.

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

Color convert

RGB 114 98 133 -
CMYK 0.14 0.26 0 0.48
HSL 267.43º 0.15% 0.45% -
HSV(B) 267.43º 0.26% 0.52% -
XYZ 15.54 14.01 24.07 -
YUV 106.77 142.8 133.15 -
System Red Green Blue C M Y K H S L
Decimal 114 98 133 0.14 0.26 0 0.48 267.43 0.15 0.45
Hex 72 62 85 E 1A 0 30 10B F 2D
Octal 162 142 205 16 32 0 60 413 17 55
Binary 1110010 1100010 10000101 1110 11010 0 110000 100001011 1111 101101

Color Harmonies of #726285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726285

Black with #726285

Text Example


Text Example

White with #726285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726285; }

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

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

background-color css

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

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

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

border-color css

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

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

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