Html Css Color HEX #73647A Rum

📋 copy color: '#73647A'

red 115 ◦ green 100 ◦ blue 122

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

Shades of Rum #73647A

Tints of Rum #73647A

RGB

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

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

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

R = 34.12%
G = 29.67%
B = 36.2%

CMYK

 C value IS 0.06

 M value IS 0.18

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#73647A (or 0x73647A) is known color: Rum. HEX triplet: 73, 64 and 7A. RGB value is (115,100,122). Sum of RGB (Red+Green+Blue) = 115+100+122=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 122 - color contains mainly: blue. Hex color #73647A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73647A is #8C9B85. Grayscale: #6A6A6A. Windows color (decimal): -9214854 or 8021107. OLE color: 8021107.

HSL color Cylindrical-coordinate representation of color #73647A: hue angle of 280.91º 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 #73647A is Cyan = 0.06, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 115 100 122 -
CMYK 0.06 0.18 0 0.52
HSL 280.91º 0.1% 0.44% -
HSV(B) 280.91º 0.18% 0.48% -
XYZ 15.14 14.16 20.35 -
YUV 106.99 136.47 133.71 -
System Red Green Blue C M Y K H S L
Decimal 115 100 122 0.06 0.18 0 0.52 280.91 0.1 0.44
Hex 73 64 7A 6 12 0 34 119 A 2C
Octal 163 144 172 6 22 0 64 431 12 54
Binary 1110011 1100100 1111010 110 10010 0 110100 100011001 1010 101100

Color Harmonies of #73647A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73647A

Black with #73647A

Text Example


Text Example

White with #73647A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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