Html Css Color HEX #7C788A Topaz

📋 copy color: '#7C788A'

red 124 ◦ green 120 ◦ blue 138

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

Shades of Topaz #7C788A

Tints of Topaz #7C788A

RGB

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

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

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

R = 32.46%
G = 31.41%
B = 36.13%

CMYK

 C value IS 0.10

 M value IS 0.13

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C788A (or 0x7C788A) is known color: Topaz. HEX triplet: 7C, 78 and 8A. RGB value is (124,120,138). Sum of RGB (Red+Green+Blue) = 124+120+138=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 120 (47.27% from 255 or 31.41% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C788A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C788A is #838775. Grayscale: #7B7B7B. Windows color (decimal): -8619894 or 9074812. OLE color: 9074812.

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

Color convert

RGB 124 120 138 -
CMYK 0.10 0.13 0 0.46
HSL 253.33º 0.07% 0.51% -
HSV(B) 253.33º 0.13% 0.54% -
XYZ 19.62 19.55 26.78 -
YUV 123.25 136.33 128.54 -
System Red Green Blue C M Y K H S L
Decimal 124 120 138 0.10 0.13 0 0.46 253.33 0.07 0.51
Hex 7C 78 8A A D 0 2E FD 7 33
Octal 174 170 212 12 15 0 56 375 7 63
Binary 1111100 1111000 10001010 1010 1101 0 101110 11111101 111 110011

Color Harmonies of #7C788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C788A

Black with #7C788A

Text Example


Text Example

White with #7C788A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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