Html Css Color HEX #7B6284 Rum

📋 copy color: '#7B6284'

red 123 ◦ green 98 ◦ blue 132

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

Shades of Rum #7B6284

Tints of Rum #7B6284

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.76%

 BLUE value IS 132 (51.95% from 255) = 37.39%

R = 34.84%
G = 27.76%
B = 37.39%

CMYK

 C value IS 0.07

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7B6284 (or 0x7B6284) is known color: Rum. HEX triplet: 7B, 62 and 84. RGB value is (123,98,132). Sum of RGB (Red+Green+Blue) = 123+98+132=353 (46% of max value = 765). Red value is 123 (48.44% from 255 or 34.84% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B6284 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6284 is #849D7B. Grayscale: #6D6D6D. Windows color (decimal): -8691068 or 8675963. OLE color: 8675963.

HSL color Cylindrical-coordinate representation of color #7B6284: hue angle of 284.12º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B6284 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 123 98 132 -
CMYK 0.07 0.26 0 0.48
HSL 284.12º 0.15% 0.45% -
HSV(B) 284.12º 0.26% 0.52% -
XYZ 16.7 14.61 23.77 -
YUV 109.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 123 98 132 0.07 0.26 0 0.48 284.12 0.15 0.45
Hex 7B 62 84 7 1A 0 30 11C F 2D
Octal 173 142 204 7 32 0 60 434 17 55
Binary 1111011 1100010 10000100 111 11010 0 110000 100011100 1111 101101

Color Harmonies of #7B6284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6284

Black with #7B6284

Text Example


Text Example

White with #7B6284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,98,132); }

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

background-color css

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

 a { background-color: rgb(123,98,132); }

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

border-color css

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

 span { border-color: rgb(123,98,132); }

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