Html Css Color HEX #787385 Topaz

📋 copy color: '#787385'

red 120 ◦ green 115 ◦ blue 133

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

Shades of Topaz #787385

Tints of Topaz #787385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.25%

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

R = 32.61%
G = 31.25%
B = 36.14%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#787385 (or 0x787385) is known color: Topaz. HEX triplet: 78, 73 and 85. RGB value is (120,115,133). Sum of RGB (Red+Green+Blue) = 120+115+133=368 (48% of max value = 765). Red value is 120 (47.27% from 255 or 32.61% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 133 (52.34% from 255 or 36.14% from 368); Max value from RGB is 133 - color contains mainly: blue. Hex color #787385 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787385 is #878C7A. Grayscale: #767676. Windows color (decimal): -8883323 or 8745848. OLE color: 8745848.

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

Color convert

RGB 120 115 133 -
CMYK 0.10 0.14 0 0.48
HSL 256.67º 0.07% 0.49% -
HSV(B) 256.67º 0.14% 0.52% -
XYZ 18.11 17.95 24.7 -
YUV 118.55 136.16 129.04 -
System Red Green Blue C M Y K H S L
Decimal 120 115 133 0.10 0.14 0 0.48 256.67 0.07 0.49
Hex 78 73 85 A E 0 30 101 7 31
Octal 170 163 205 12 16 0 60 401 7 61
Binary 1111000 1110011 10000101 1010 1110 0 110000 100000001 111 110001

Color Harmonies of #787385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787385

Black with #787385

Text Example


Text Example

White with #787385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787385; }

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

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

background-color css

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

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

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

border-color css

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

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

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