Html Css Color HEX #7D778C Topaz

📋 copy color: '#7D778C'

red 125 ◦ green 119 ◦ blue 140

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

Shades of Topaz #7D778C

Tints of Topaz #7D778C

RGB

 RED value IS 125 (49.22% from 255) = 32.55%

 GREEN value IS 119 (46.88% from 255) = 30.99%

 BLUE value IS 140 (55.08% from 255) = 36.46%

R = 32.55%
G = 30.99%
B = 36.46%

CMYK

 C value IS 0.11

 M value IS 0.15

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D778C (or 0x7D778C) is known color: Topaz. HEX triplet: 7D, 77 and 8C. RGB value is (125,119,140). Sum of RGB (Red+Green+Blue) = 125+119+140=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 140 (55.08% from 255 or 36.46% from 384); Max value from RGB is 140 - color contains mainly: blue. Hex color #7D778C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D778C is #828873. Grayscale: #7B7B7B. Windows color (decimal): -8554612 or 9205629. OLE color: 9205629.

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

Color convert

RGB 125 119 140 -
CMYK 0.11 0.15 0 0.45
HSL 257.14º 0.08% 0.51% -
HSV(B) 257.14º 0.15% 0.55% -
XYZ 19.79 19.45 27.52 -
YUV 123.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 125 119 140 0.11 0.15 0 0.45 257.14 0.08 0.51
Hex 7D 77 8C B F 0 2D 101 8 33
Octal 175 167 214 13 17 0 55 401 10 63
Binary 1111101 1110111 10001100 1011 1111 0 101101 100000001 1000 110011

Color Harmonies of #7D778C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D778C

Black with #7D778C

Text Example


Text Example

White with #7D778C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,119,140); }

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

background-color css

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

 a { background-color: rgb(125,119,140); }

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

border-color css

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

 span { border-color: rgb(125,119,140); }

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