Html Css Color HEX #7C758A Topaz

📋 copy color: '#7C758A'

red 124 ◦ green 117 ◦ blue 138

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

Shades of Topaz #7C758A

Tints of Topaz #7C758A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.87%

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

R = 32.72%
G = 30.87%
B = 36.41%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C758A (or 0x7C758A) is known color: Topaz. HEX triplet: 7C, 75 and 8A. RGB value is (124,117,138). Sum of RGB (Red+Green+Blue) = 124+117+138=379 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.72% from 379); Green value is 117 (46.09% from 255 or 30.87% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C758A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C758A is #838A75. Grayscale: #797979. Windows color (decimal): -8620662 or 9074044. OLE color: 9074044.

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

Color convert

RGB 124 117 138 -
CMYK 0.10 0.15 0 0.46
HSL 260º 0.08% 0.5% -
HSV(B) 260º 0.15% 0.54% -
XYZ 19.26 18.84 26.67 -
YUV 121.49 137.32 129.79 -
System Red Green Blue C M Y K H S L
Decimal 124 117 138 0.10 0.15 0 0.46 260 0.08 0.5
Hex 7C 75 8A A F 0 2E 104 8 32
Octal 174 165 212 12 17 0 56 404 10 62
Binary 1111100 1110101 10001010 1010 1111 0 101110 100000100 1000 110010

Color Harmonies of #7C758A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C758A

Black with #7C758A

Text Example


Text Example

White with #7C758A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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