Html Css Color HEX #726678 Rum

📋 copy color: '#726678'

red 114 ◦ green 102 ◦ blue 120

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

Shades of Rum #726678

Tints of Rum #726678

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.36%

 BLUE value IS 120 (47.27% from 255) = 35.71%

R = 33.93%
G = 30.36%
B = 35.71%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#726678 (or 0x726678) is known color: Rum. HEX triplet: 72, 66 and 78. RGB value is (114,102,120). Sum of RGB (Red+Green+Blue) = 114+102+120=336 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.93% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 120 (47.27% from 255 or 35.71% from 336); Max value from RGB is 120 - color contains mainly: blue. Hex color #726678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #726678 is #8D9987. Grayscale: #6B6B6B. Windows color (decimal): -9279880 or 7890546. OLE color: 7890546.

HSL color Cylindrical-coordinate representation of color #726678: hue angle of 280º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #726678 is Cyan = 0.05, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 114 102 120 -
CMYK 0.05 0.15 0 0.53
HSL 280º 0.08% 0.44% -
HSV(B) 280º 0.15% 0.47% -
XYZ 15.08 14.44 19.76 -
YUV 107.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 114 102 120 0.05 0.15 0 0.53 280 0.08 0.44
Hex 72 66 78 5 F 0 35 118 8 2C
Octal 162 146 170 5 17 0 65 430 10 54
Binary 1110010 1100110 1111000 101 1111 0 110101 100011000 1000 101100

Color Harmonies of #726678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726678

Black with #726678

Text Example


Text Example

White with #726678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726678; }

 p { color: rgb(114,102,120); }

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

background-color css

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

 a { background-color: rgb(114,102,120); }

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

border-color css

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

 span { border-color: rgb(114,102,120); }

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