Html Css Color HEX #7B6182 Rum

📋 copy color: '#7B6182'

red 123 ◦ green 97 ◦ blue 130

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

Shades of Rum #7B6182

Tints of Rum #7B6182

RGB

 RED value IS 123 (48.44% from 255) = 35.14%

 GREEN value IS 97 (38.28% from 255) = 27.71%

 BLUE value IS 130 (51.17% from 255) = 37.14%

R = 35.14%
G = 27.71%
B = 37.14%

CMYK

 C value IS 0.05

 M value IS 0.25

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7B6182 (or 0x7B6182) is known color: Rum. HEX triplet: 7B, 61 and 82. RGB value is (123,97,130). Sum of RGB (Red+Green+Blue) = 123+97+130=350 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.14% from 350); Green value is 97 (38.28% from 255 or 27.71% from 350); Blue value is 130 (51.17% from 255 or 37.14% from 350); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B6182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6182 is #849E7D. Grayscale: #6C6C6C. Windows color (decimal): -8691326 or 8544635. OLE color: 8544635.

HSL color Cylindrical-coordinate representation of color #7B6182: hue angle of 287.27º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7B6182 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 123 97 130 -
CMYK 0.05 0.25 0 0.49
HSL 287.27º 0.15% 0.45% -
HSV(B) 287.27º 0.25% 0.51% -
XYZ 16.47 14.37 23.02 -
YUV 108.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 123 97 130 0.05 0.25 0 0.49 287.27 0.15 0.45
Hex 7B 61 82 5 19 0 31 11F F 2D
Octal 173 141 202 5 31 0 61 437 17 55
Binary 1111011 1100001 10000010 101 11001 0 110001 100011111 1111 101101

Color Harmonies of #7B6182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6182

Black with #7B6182

Text Example


Text Example

White with #7B6182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B6182; }

 p { color: rgb(123,97,130); }

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

background-color css

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

 a { background-color: rgb(123,97,130); }

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

border-color css

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

 span { border-color: rgb(123,97,130); }

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