Html Css Color HEX #787182 Topaz

📋 copy color: '#787182'

red 120 ◦ green 113 ◦ blue 130

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

Shades of Topaz #787182

Tints of Topaz #787182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.81%

R = 33.06%
G = 31.13%
B = 35.81%

CMYK

 C value IS 0.08

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#787182 (or 0x787182) is known color: Topaz. HEX triplet: 78, 71 and 82. RGB value is (120,113,130). Sum of RGB (Red+Green+Blue) = 120+113+130=363 (48% of max value = 765). Red value is 120 (47.27% from 255 or 33.06% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 130 - color contains mainly: blue. Hex color #787182 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787182 is #878E7D. Grayscale: #747474. Windows color (decimal): -8883838 or 8548728. OLE color: 8548728.

HSL color Cylindrical-coordinate representation of color #787182: hue angle of 264.71º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #787182 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 120 113 130 -
CMYK 0.08 0.13 0 0.49
HSL 264.71º 0.07% 0.48% -
HSV(B) 264.71º 0.13% 0.51% -
XYZ 17.68 17.42 23.55 -
YUV 117.03 135.32 130.12 -
System Red Green Blue C M Y K H S L
Decimal 120 113 130 0.08 0.13 0 0.49 264.71 0.07 0.48
Hex 78 71 82 8 D 0 31 109 7 30
Octal 170 161 202 10 15 0 61 411 7 60
Binary 1111000 1110001 10000010 1000 1101 0 110001 100001001 111 110000

Color Harmonies of #787182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787182

Black with #787182

Text Example


Text Example

White with #787182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787182; }

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

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

background-color css

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

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

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

border-color css

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

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

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