Html Css Color HEX #787482 Topaz

📋 copy color: '#787482'

red 120 ◦ green 116 ◦ blue 130

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

Shades of Topaz #787482

Tints of Topaz #787482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.69%

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

R = 32.79%
G = 31.69%
B = 35.52%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#787482 (or 0x787482) is known color: Topaz. HEX triplet: 78, 74 and 82. RGB value is (120,116,130). Sum of RGB (Red+Green+Blue) = 120+116+130=366 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.79% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 130 - color contains mainly: blue. Hex color #787482 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787482 is #878B7D. Grayscale: #767676. Windows color (decimal): -8883070 or 8549496. OLE color: 8549496.

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

Color convert

RGB 120 116 130 -
CMYK 0.08 0.11 0 0.49
HSL 257.14º 0.06% 0.48% -
HSV(B) 257.14º 0.11% 0.51% -
XYZ 18.02 18.1 23.66 -
YUV 118.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 120 116 130 0.08 0.11 0 0.49 257.14 0.06 0.48
Hex 78 74 82 8 B 0 31 101 6 30
Octal 170 164 202 10 13 0 61 401 6 60
Binary 1111000 1110100 10000010 1000 1011 0 110001 100000001 110 110000

Color Harmonies of #787482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787482

Black with #787482

Text Example


Text Example

White with #787482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787482; }

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

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

background-color css

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

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

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

border-color css

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

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

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