Html Css Color HEX #7C798A Topaz

📋 copy color: '#7C798A'

red 124 ◦ green 121 ◦ blue 138

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

Shades of Topaz #7C798A

Tints of Topaz #7C798A

RGB

 RED value IS 124 (48.83% from 255) = 32.38%

 GREEN value IS 121 (47.66% from 255) = 31.59%

 BLUE value IS 138 (54.3% from 255) = 36.03%

R = 32.38%
G = 31.59%
B = 36.03%

CMYK

 C value IS 0.10

 M value IS 0.12

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C798A (or 0x7C798A) is known color: Topaz. HEX triplet: 7C, 79 and 8A. RGB value is (124,121,138). Sum of RGB (Red+Green+Blue) = 124+121+138=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C798A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C798A is #838675. Grayscale: #7B7B7B. Windows color (decimal): -8619638 or 9075068. OLE color: 9075068.

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

Color convert

RGB 124 121 138 -
CMYK 0.10 0.12 0 0.46
HSL 250.59º 0.07% 0.51% -
HSV(B) 250.59º 0.12% 0.54% -
XYZ 19.74 19.79 26.83 -
YUV 123.84 135.99 128.12 -
System Red Green Blue C M Y K H S L
Decimal 124 121 138 0.10 0.12 0 0.46 250.59 0.07 0.51
Hex 7C 79 8A A C 0 2E FB 7 33
Octal 174 171 212 12 14 0 56 373 7 63
Binary 1111100 1111001 10001010 1010 1100 0 101110 11111011 111 110011

Color Harmonies of #7C798A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C798A

Black with #7C798A

Text Example


Text Example

White with #7C798A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,121,138); }

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

background-color css

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

 a { background-color: rgb(124,121,138); }

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

border-color css

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

 span { border-color: rgb(124,121,138); }

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