Html Css Color HEX #78718A Topaz

📋 copy color: '#78718A'

red 120 ◦ green 113 ◦ blue 138

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

Shades of Topaz #78718A

Tints of Topaz #78718A

RGB

 RED value IS 120 (47.27% from 255) = 32.35%

 GREEN value IS 113 (44.53% from 255) = 30.46%

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

R = 32.35%
G = 30.46%
B = 37.2%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#78718A (or 0x78718A) is known color: Topaz. HEX triplet: 78, 71 and 8A. RGB value is (120,113,138). Sum of RGB (Red+Green+Blue) = 120+113+138=371 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.35% from 371); Green value is 113 (44.53% from 255 or 30.46% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 138 - color contains mainly: blue. Hex color #78718A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78718A is #878E75. Grayscale: #757575. Windows color (decimal): -8883830 or 9073016. OLE color: 9073016.

HSL color Cylindrical-coordinate representation of color #78718A: hue angle of 256.8º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78718A is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 113 138 -
CMYK 0.13 0.18 0 0.46
HSL 256.8º 0.1% 0.49% -
HSV(B) 256.8º 0.18% 0.54% -
XYZ 18.24 17.64 26.49 -
YUV 117.94 139.32 129.47 -
System Red Green Blue C M Y K H S L
Decimal 120 113 138 0.13 0.18 0 0.46 256.8 0.1 0.49
Hex 78 71 8A D 12 0 2E 101 A 31
Octal 170 161 212 15 22 0 56 401 12 61
Binary 1111000 1110001 10001010 1101 10010 0 101110 100000001 1010 110001

Color Harmonies of #78718A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78718A

Black with #78718A

Text Example


Text Example

White with #78718A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78718A; }

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

 H1.HeaderClassName
 {
   color: #78718A;
 }
 .AnyTagClassName
 {
   color: #78718A;
 }
</style>

background-color css

<style>
 a { background-color: #78718A; }

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

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

border-color css

<style>
 span { border-color: #78718A; }

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

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