Html Css Color HEX #78738C Topaz

📋 copy color: '#78738C'

red 120 ◦ green 115 ◦ blue 140

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

Shades of Topaz #78738C

Tints of Topaz #78738C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.33%

R = 32%
G = 30.67%
B = 37.33%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78738C (or 0x78738C) is known color: Topaz. HEX triplet: 78, 73 and 8C. RGB value is (120,115,140). Sum of RGB (Red+Green+Blue) = 120+115+140=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 140 - color contains mainly: blue. Hex color #78738C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78738C is #878C73. Grayscale: #777777. Windows color (decimal): -8883316 or 9204600. OLE color: 9204600.

HSL color Cylindrical-coordinate representation of color #78738C: hue angle of 252º degrees, saturation: 0.1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #78738C is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 115 140 -
CMYK 0.14 0.18 0 0.45
HSL 252º 0.1% 0.5% -
HSV(B) 252º 0.18% 0.55% -
XYZ 18.61 18.15 27.33 -
YUV 119.35 139.66 128.47 -
System Red Green Blue C M Y K H S L
Decimal 120 115 140 0.14 0.18 0 0.45 252 0.1 0.5
Hex 78 73 8C E 12 0 2D FC A 32
Octal 170 163 214 16 22 0 55 374 12 62
Binary 1111000 1110011 10001100 1110 10010 0 101101 11111100 1010 110010

Color Harmonies of #78738C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78738C

Black with #78738C

Text Example


Text Example

White with #78738C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78738C; }

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

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

background-color css

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

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

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

border-color css

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

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

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