Html Css Color HEX #72647A Rum

📋 copy color: '#72647A'

red 114 ◦ green 100 ◦ blue 122

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

Shades of Rum #72647A

Tints of Rum #72647A

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.76%

 BLUE value IS 122 (48.05% from 255) = 36.31%

R = 33.93%
G = 29.76%
B = 36.31%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#72647A (or 0x72647A) is known color: Rum. HEX triplet: 72, 64 and 7A. RGB value is (114,100,122). Sum of RGB (Red+Green+Blue) = 114+100+122=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 100 (39.45% from 255 or 29.76% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 122 - color contains mainly: blue. Hex color #72647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72647A is #8D9B85. Grayscale: #6A6A6A. Windows color (decimal): -9280390 or 8021106. OLE color: 8021106.

HSL color Cylindrical-coordinate representation of color #72647A: hue angle of 278.18º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #72647A is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 114 100 122 -
CMYK 0.07 0.18 0 0.52
HSL 278.18º 0.1% 0.44% -
HSV(B) 278.18º 0.18% 0.48% -
XYZ 15.01 14.1 20.34 -
YUV 106.69 136.64 133.21 -
System Red Green Blue C M Y K H S L
Decimal 114 100 122 0.07 0.18 0 0.52 278.18 0.1 0.44
Hex 72 64 7A 7 12 0 34 116 A 2C
Octal 162 144 172 7 22 0 64 426 12 54
Binary 1110010 1100100 1111010 111 10010 0 110100 100010110 1010 101100

Color Harmonies of #72647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72647A

Black with #72647A

Text Example


Text Example

White with #72647A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72647A; }

 p { color: rgb(114,100,122); }

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

background-color css

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

 a { background-color: rgb(114,100,122); }

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

border-color css

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

 span { border-color: rgb(114,100,122); }

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