Html Css Color HEX #78738A Topaz

📋 copy color: '#78738A'

red 120 ◦ green 115 ◦ blue 138

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

Shades of Topaz #78738A

Tints of Topaz #78738A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37%

R = 32.17%
G = 30.83%
B = 37%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#78738A (or 0x78738A) is known color: Topaz. HEX triplet: 78, 73 and 8A. RGB value is (120,115,138). Sum of RGB (Red+Green+Blue) = 120+115+138=373 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.17% from 373); Green value is 115 (45.31% from 255 or 30.83% from 373); Blue value is 138 (54.30% from 255 or 37.00% from 373); Max value from RGB is 138 - color contains mainly: blue. Hex color #78738A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78738A is #878C75. Grayscale: #777777. Windows color (decimal): -8883318 or 9073528. OLE color: 9073528.

HSL color Cylindrical-coordinate representation of color #78738A: hue angle of 253.04º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #78738A is Cyan = 0.13, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 120 115 138 -
CMYK 0.13 0.17 0 0.46
HSL 253.04º 0.09% 0.5% -
HSV(B) 253.04º 0.17% 0.54% -
XYZ 18.46 18.09 26.56 -
YUV 119.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 120 115 138 0.13 0.17 0 0.46 253.04 0.09 0.5
Hex 78 73 8A D 11 0 2E FD 9 32
Octal 170 163 212 15 21 0 56 375 11 62
Binary 1111000 1110011 10001010 1101 10001 0 101110 11111101 1001 110010

Color Harmonies of #78738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78738A

Black with #78738A

Text Example


Text Example

White with #78738A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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