Html Css Color HEX #787287 Topaz

📋 copy color: '#787287'

red 120 ◦ green 114 ◦ blue 135

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

Shades of Topaz #787287

Tints of Topaz #787287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 36.59%

R = 32.52%
G = 30.89%
B = 36.59%

CMYK

 C value IS 0.11

 M value IS 0.16

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#787287 (or 0x787287) is known color: Topaz. HEX triplet: 78, 72 and 87. RGB value is (120,114,135). Sum of RGB (Red+Green+Blue) = 120+114+135=369 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.52% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 135 - color contains mainly: blue. Hex color #787287 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787287 is #878D78. Grayscale: #767676. Windows color (decimal): -8883577 or 8876664. OLE color: 8876664.

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

Color convert

RGB 120 114 135 -
CMYK 0.11 0.16 0 0.47
HSL 257.14º 0.08% 0.49% -
HSV(B) 257.14º 0.16% 0.53% -
XYZ 18.14 17.78 25.4 -
YUV 118.19 137.49 129.29 -
System Red Green Blue C M Y K H S L
Decimal 120 114 135 0.11 0.16 0 0.47 257.14 0.08 0.49
Hex 78 72 87 B 10 0 2F 101 8 31
Octal 170 162 207 13 20 0 57 401 10 61
Binary 1111000 1110010 10000111 1011 10000 0 101111 100000001 1000 110001

Color Harmonies of #787287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787287

Black with #787287

Text Example


Text Example

White with #787287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787287; }

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

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

background-color css

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

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

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

border-color css

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

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

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