Html Css Color HEX #7B7884 Topaz

📋 copy color: '#7B7884'

red 123 ◦ green 120 ◦ blue 132

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

Shades of Topaz #7B7884

Tints of Topaz #7B7884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

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

R = 32.8%
G = 32%
B = 35.2%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7B7884 (or 0x7B7884) is known color: Topaz. HEX triplet: 7B, 78 and 84. RGB value is (123,120,132). Sum of RGB (Red+Green+Blue) = 123+120+132=375 (49% of max value = 765). Red value is 123 (48.44% from 255 or 32.8% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B7884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7884 is #84877B. Grayscale: #7A7A7A. Windows color (decimal): -8685436 or 8681595. OLE color: 8681595.

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

Color convert

RGB 123 120 132 -
CMYK 0.07 0.09 0 0.48
HSL 255º 0.05% 0.49% -
HSV(B) 255º 0.09% 0.52% -
XYZ 19.05 19.31 24.55 -
YUV 122.27 133.49 128.52 -
System Red Green Blue C M Y K H S L
Decimal 123 120 132 0.07 0.09 0 0.48 255 0.05 0.49
Hex 7B 78 84 7 9 0 30 FF 5 31
Octal 173 170 204 7 11 0 60 377 5 61
Binary 1111011 1111000 10000100 111 1001 0 110000 11111111 101 110001

Color Harmonies of #7B7884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7884

Black with #7B7884

Text Example


Text Example

White with #7B7884

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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