Html Css Color HEX #78748B Topaz

📋 copy color: '#78748B'

red 120 ◦ green 116 ◦ blue 139

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

Shades of Topaz #78748B

Tints of Topaz #78748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 30.93%

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 32%
G = 30.93%
B = 37.07%

CMYK

 C value IS 0.14

 M value IS 0.17

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#78748B (or 0x78748B) is known color: Topaz. HEX triplet: 78, 74 and 8B. RGB value is (120,116,139). Sum of RGB (Red+Green+Blue) = 120+116+139=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 116 (45.70% from 255 or 30.93% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 139 - color contains mainly: blue. Hex color #78748B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78748B is #878B74. Grayscale: #777777. Windows color (decimal): -8883061 or 9139320. OLE color: 9139320.

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

Color convert

RGB 120 116 139 -
CMYK 0.14 0.17 0 0.45
HSL 250.43º 0.09% 0.5% -
HSV(B) 250.43º 0.17% 0.55% -
XYZ 18.65 18.35 26.98 -
YUV 119.82 138.83 128.13 -
System Red Green Blue C M Y K H S L
Decimal 120 116 139 0.14 0.17 0 0.45 250.43 0.09 0.5
Hex 78 74 8B E 11 0 2D FA 9 32
Octal 170 164 213 16 21 0 55 372 11 62
Binary 1111000 1110100 10001011 1110 10001 0 101101 11111010 1001 110010

Color Harmonies of #78748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78748B

Black with #78748B

Text Example


Text Example

White with #78748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78748B; }

 p { color: rgb(120,116,139); }

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

background-color css

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

 a { background-color: rgb(120,116,139); }

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

border-color css

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

 span { border-color: rgb(120,116,139); }

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