Html Css Color HEX #7B7A8B Topaz

📋 copy color: '#7B7A8B'

red 123 ◦ green 122 ◦ blue 139

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

Shades of Topaz #7B7A8B

Tints of Topaz #7B7A8B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.77%

 BLUE value IS 139 (54.69% from 255) = 36.2%

R = 32.03%
G = 31.77%
B = 36.2%

CMYK

 C value IS 0.12

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B7A8B (or 0x7B7A8B) is known color: Topaz. HEX triplet: 7B, 7A and 8B. RGB value is (123,122,139). Sum of RGB (Red+Green+Blue) = 123+122+139=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 122 (48.05% from 255 or 31.77% from 384); Blue value is 139 (54.69% from 255 or 36.20% from 384); Max value from RGB is 139 - color contains mainly: blue. Hex color #7B7A8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B7A8B is #848574. Grayscale: #7C7C7C. Windows color (decimal): -8684917 or 9140859. OLE color: 9140859.

HSL color Cylindrical-coordinate representation of color #7B7A8B: hue angle of 243.53º degrees, saturation: 0.07, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7B7A8B is Cyan = 0.12, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 123 122 139 -
CMYK 0.12 0.12 0 0.45
HSL 243.53º 0.07% 0.51% -
HSV(B) 243.53º 0.12% 0.55% -
XYZ 19.79 19.99 27.24 -
YUV 124.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 123 122 139 0.12 0.12 0 0.45 243.53 0.07 0.51
Hex 7B 7A 8B C C 0 2D F4 7 33
Octal 173 172 213 14 14 0 55 364 7 63
Binary 1111011 1111010 10001011 1100 1100 0 101101 11110100 111 110011

Color Harmonies of #7B7A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7A8B

Black with #7B7A8B

Text Example


Text Example

White with #7B7A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,122,139); }

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

background-color css

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

 a { background-color: rgb(123,122,139); }

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

border-color css

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

 span { border-color: rgb(123,122,139); }

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