Html Css Color HEX #787085 Topaz

📋 copy color: '#787085'

red 120 ◦ green 112 ◦ blue 133

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

Shades of Topaz #787085

Tints of Topaz #787085

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.68%

 BLUE value IS 133 (52.34% from 255) = 36.44%

R = 32.88%
G = 30.68%
B = 36.44%

CMYK

 C value IS 0.10

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#787085 (or 0x787085) is known color: Topaz. HEX triplet: 78, 70 and 85. RGB value is (120,112,133). Sum of RGB (Red+Green+Blue) = 120+112+133=365 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.88% from 365); Green value is 112 (44.14% from 255 or 30.68% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #787085 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787085 is #878F7A. Grayscale: #747474. Windows color (decimal): -8884091 or 8745080. OLE color: 8745080.

HSL color Cylindrical-coordinate representation of color #787085: hue angle of 262.86º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #787085 is Cyan = 0.10, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 120 112 133 -
CMYK 0.10 0.16 0 0.48
HSL 262.86º 0.09% 0.48% -
HSV(B) 262.86º 0.16% 0.52% -
XYZ 17.77 17.27 24.59 -
YUV 116.79 137.15 130.29 -
System Red Green Blue C M Y K H S L
Decimal 120 112 133 0.10 0.16 0 0.48 262.86 0.09 0.48
Hex 78 70 85 A 10 0 30 107 9 30
Octal 170 160 205 12 20 0 60 407 11 60
Binary 1111000 1110000 10000101 1010 10000 0 110000 100000111 1001 110000

Color Harmonies of #787085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787085

Black with #787085

Text Example


Text Example

White with #787085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787085; }

 p { color: rgb(120,112,133); }

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

background-color css

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

 a { background-color: rgb(120,112,133); }

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

border-color css

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

 span { border-color: rgb(120,112,133); }

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