Html Css Color HEX #787282 Topaz

📋 copy color: '#787282'

red 120 ◦ green 114 ◦ blue 130

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

Shades of Topaz #787282

Tints of Topaz #787282

RGB

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

 GREEN value IS 114 (44.92% from 255) = 31.32%

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

R = 32.97%
G = 31.32%
B = 35.71%

CMYK

 C value IS 0.08

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#787282 (or 0x787282) is known color: Topaz. HEX triplet: 78, 72 and 82. RGB value is (120,114,130). Sum of RGB (Red+Green+Blue) = 120+114+130=364 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.97% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 130 - color contains mainly: blue. Hex color #787282 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787282 is #878D7D. Grayscale: #757575. Windows color (decimal): -8883582 or 8548984. OLE color: 8548984.

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

Color convert

RGB 120 114 130 -
CMYK 0.08 0.12 0 0.49
HSL 262.5º 0.07% 0.48% -
HSV(B) 262.5º 0.12% 0.51% -
XYZ 17.79 17.64 23.59 -
YUV 117.62 134.99 129.7 -
System Red Green Blue C M Y K H S L
Decimal 120 114 130 0.08 0.12 0 0.49 262.5 0.07 0.48
Hex 78 72 82 8 C 0 31 106 7 30
Octal 170 162 202 10 14 0 61 406 7 60
Binary 1111000 1110010 10000010 1000 1100 0 110001 100000110 111 110000

Color Harmonies of #787282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787282

Black with #787282

Text Example


Text Example

White with #787282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787282; }

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

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

background-color css

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

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

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

border-color css

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

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

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