Html Css Color HEX #72607C Rum

📋 copy color: '#72607C'

red 114 ◦ green 96 ◦ blue 124

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

Shades of Rum #72607C

Tints of Rum #72607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.74%

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 34.13%
G = 28.74%
B = 37.13%

CMYK

 C value IS 0.08

 M value IS 0.23

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#72607C (or 0x72607C) is known color: Rum. HEX triplet: 72, 60 and 7C. RGB value is (114,96,124). Sum of RGB (Red+Green+Blue) = 114+96+124=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 124 - color contains mainly: blue. Hex color #72607C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72607C is #8D9F83. Grayscale: #686868. Windows color (decimal): -9281412 or 8151154. OLE color: 8151154.

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

Color convert

RGB 114 96 124 -
CMYK 0.08 0.23 0 0.51
HSL 278.57º 0.13% 0.43% -
HSV(B) 278.57º 0.23% 0.49% -
XYZ 14.76 13.4 20.88 -
YUV 104.57 138.96 134.72 -
System Red Green Blue C M Y K H S L
Decimal 114 96 124 0.08 0.23 0 0.51 278.57 0.13 0.43
Hex 72 60 7C 8 17 0 33 117 D 2B
Octal 162 140 174 10 27 0 63 427 15 53
Binary 1110010 1100000 1111100 1000 10111 0 110011 100010111 1101 101011

Color Harmonies of #72607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72607C

Black with #72607C

Text Example


Text Example

White with #72607C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,96,124); }

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

background-color css

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

 a { background-color: rgb(114,96,124); }

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

border-color css

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

 span { border-color: rgb(114,96,124); }

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