Html Css Color HEX #736077 Rum

📋 copy color: '#736077'

red 115 ◦ green 96 ◦ blue 119

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

Shades of Rum #736077

Tints of Rum #736077

RGB

 RED value IS 115 (45.31% from 255) = 34.85%

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

 BLUE value IS 119 (46.88% from 255) = 36.06%

R = 34.85%
G = 29.09%
B = 36.06%

CMYK

 C value IS 0.03

 M value IS 0.19

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#736077 (or 0x736077) is known color: Rum. HEX triplet: 73, 60 and 77. RGB value is (115,96,119). Sum of RGB (Red+Green+Blue) = 115+96+119=330 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.85% from 330); Green value is 96 (37.89% from 255 or 29.09% from 330); Blue value is 119 (46.88% from 255 or 36.06% from 330); Max value from RGB is 119 - color contains mainly: blue. Hex color #736077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736077 is #8C9F88. Grayscale: #686868. Windows color (decimal): -9215881 or 7823475. OLE color: 7823475.

HSL color Cylindrical-coordinate representation of color #736077: hue angle of 289.57º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #736077 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 96 119 -
CMYK 0.03 0.19 0 0.53
HSL 289.57º 0.11% 0.42% -
HSV(B) 289.57º 0.19% 0.47% -
XYZ 14.58 13.34 19.26 -
YUV 104.3 136.29 135.63 -
System Red Green Blue C M Y K H S L
Decimal 115 96 119 0.03 0.19 0 0.53 289.57 0.11 0.42
Hex 73 60 77 3 13 0 35 122 B 2A
Octal 163 140 167 3 23 0 65 442 13 52
Binary 1110011 1100000 1110111 11 10011 0 110101 100100010 1011 101010

Color Harmonies of #736077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736077

Black with #736077

Text Example


Text Example

White with #736077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736077; }

 p { color: rgb(115,96,119); }

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

background-color css

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

 a { background-color: rgb(115,96,119); }

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

border-color css

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

 span { border-color: rgb(115,96,119); }

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