Html Css Color HEX #78738B Topaz

📋 copy color: '#78738B'

red 120 ◦ green 115 ◦ blue 139

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

Shades of Topaz #78738B

Tints of Topaz #78738B

RGB

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

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

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

R = 32.09%
G = 30.75%
B = 37.17%

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

#78738B (or 0x78738B) is known color: Topaz. HEX triplet: 78, 73 and 8B. RGB value is (120,115,139). Sum of RGB (Red+Green+Blue) = 120+115+139=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 139 - color contains mainly: blue. Hex color #78738B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78738B is #878C74. Grayscale: #777777. Windows color (decimal): -8883317 or 9139064. OLE color: 9139064.

HSL color Cylindrical-coordinate representation of color #78738B: hue angle of 252.5º 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 #78738B is Cyan = 0.14, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 120 115 139 -
CMYK 0.14 0.17 0 0.45
HSL 252.5º 0.09% 0.5% -
HSV(B) 252.5º 0.17% 0.55% -
XYZ 18.54 18.12 26.95 -
YUV 119.23 139.16 128.55 -
System Red Green Blue C M Y K H S L
Decimal 120 115 139 0.14 0.17 0 0.45 252.5 0.09 0.5
Hex 78 73 8B E 11 0 2D FD 9 32
Octal 170 163 213 16 21 0 55 375 11 62
Binary 1111000 1110011 10001011 1110 10001 0 101101 11111101 1001 110010

Color Harmonies of #78738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78738B

Black with #78738B

Text Example


Text Example

White with #78738B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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