Html Css Color HEX #72658C Kimberly

📋 copy color: '#72658C'

red 114 ◦ green 101 ◦ blue 140

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

Shades of Kimberly #72658C

Tints of Kimberly #72658C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.44%

R = 32.11%
G = 28.45%
B = 39.44%

CMYK

 C value IS 0.19

 M value IS 0.28

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#72658C (or 0x72658C) is known color: Kimberly. HEX triplet: 72, 65 and 8C. RGB value is (114,101,140). Sum of RGB (Red+Green+Blue) = 114+101+140=355 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.11% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 140 - color contains mainly: blue. Hex color #72658C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72658C is #8D9A73. Grayscale: #6D6D6D. Windows color (decimal): -9280116 or 9201010. OLE color: 9201010.

HSL color Cylindrical-coordinate representation of color #72658C: hue angle of 260º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72658C is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 101 140 -
CMYK 0.19 0.28 0 0.45
HSL 260º 0.16% 0.47% -
HSV(B) 260º 0.28% 0.55% -
XYZ 16.33 14.78 26.8 -
YUV 109.33 145.31 131.33 -
System Red Green Blue C M Y K H S L
Decimal 114 101 140 0.19 0.28 0 0.45 260 0.16 0.47
Hex 72 65 8C 13 1C 0 2D 104 10 2F
Octal 162 145 214 23 34 0 55 404 20 57
Binary 1110010 1100101 10001100 10011 11100 0 101101 100000100 10000 101111

Color Harmonies of #72658C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72658C

Black with #72658C

Text Example


Text Example

White with #72658C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72658C; }

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

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

background-color css

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

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

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

border-color css

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

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

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