Html Css Color HEX #787187 Topaz

📋 copy color: '#787187'

red 120 ◦ green 113 ◦ blue 135

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

Shades of Topaz #787187

Tints of Topaz #787187

RGB

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

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

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

R = 32.61%
G = 30.71%
B = 36.68%

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

#787187 (or 0x787187) is known color: Topaz. HEX triplet: 78, 71 and 87. RGB value is (120,113,135). Sum of RGB (Red+Green+Blue) = 120+113+135=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 113 (44.53% from 255 or 30.71% from 368); Blue value is 135 (53.12% from 255 or 36.68% from 368); Max value from RGB is 135 - color contains mainly: blue. Hex color #787187 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787187 is #878E78. Grayscale: #757575. Windows color (decimal): -8883833 or 8876408. OLE color: 8876408.

HSL color Cylindrical-coordinate representation of color #787187: hue angle of 259.09º degrees, saturation: 0.09, 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 #787187 is Cyan = 0.11, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 120 113 135 -
CMYK 0.11 0.16 0 0.47
HSL 259.09º 0.09% 0.49% -
HSV(B) 259.09º 0.16% 0.53% -
XYZ 18.02 17.55 25.36 -
YUV 117.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 120 113 135 0.11 0.16 0 0.47 259.09 0.09 0.49
Hex 78 71 87 B 10 0 2F 103 9 31
Octal 170 161 207 13 20 0 57 403 11 61
Binary 1111000 1110001 10000111 1011 10000 0 101111 100000011 1001 110001

Color Harmonies of #787187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787187

Black with #787187

Text Example


Text Example

White with #787187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787187; }

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

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

background-color css

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

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

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

border-color css

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

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

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