Html Css Color HEX #7B6082 Rum

📋 copy color: '#7B6082'

red 123 ◦ green 96 ◦ blue 130

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

Shades of Rum #7B6082

Tints of Rum #7B6082

RGB

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

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

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

R = 35.24%
G = 27.51%
B = 37.25%

CMYK

 C value IS 0.05

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#7B6082 (or 0x7B6082) is known color: Rum. HEX triplet: 7B, 60 and 82. RGB value is (123,96,130). Sum of RGB (Red+Green+Blue) = 123+96+130=349 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.24% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 130 (51.17% from 255 or 37.25% from 349); Max value from RGB is 130 - color contains mainly: blue. Hex color #7B6082 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B6082 is #849F7D. Grayscale: #6B6B6B. Windows color (decimal): -8691582 or 8544379. OLE color: 8544379.

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

Color convert

RGB 123 96 130 -
CMYK 0.05 0.26 0 0.49
HSL 287.65º 0.15% 0.44% -
HSV(B) 287.65º 0.26% 0.51% -
XYZ 16.38 14.19 22.99 -
YUV 107.95 140.45 138.74 -
System Red Green Blue C M Y K H S L
Decimal 123 96 130 0.05 0.26 0 0.49 287.65 0.15 0.44
Hex 7B 60 82 5 1A 0 31 120 F 2C
Octal 173 140 202 5 32 0 61 440 17 54
Binary 1111011 1100000 10000010 101 11010 0 110001 100100000 1111 101100

Color Harmonies of #7B6082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B6082

Black with #7B6082

Text Example


Text Example

White with #7B6082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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