Html Css Color HEX #789298 Gothic

📋 copy color: '#789298'

red 120 ◦ green 146 ◦ blue 152

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

Shades of Gothic #789298

Tints of Gothic #789298

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.93%

 BLUE value IS 152 (59.77% from 255) = 36.36%

R = 28.71%
G = 34.93%
B = 36.36%

CMYK

 C value IS 0.21

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#789298 (or 0x789298) is known color: Gothic. HEX triplet: 78, 92 and 98. RGB value is (120,146,152). Sum of RGB (Red+Green+Blue) = 120+146+152=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 146 (57.42% from 255 or 34.93% from 418); Blue value is 152 (59.77% from 255 or 36.36% from 418); Max value from RGB is 152 - color contains mainly: blue. Hex color #789298 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789298 is #876D67. Grayscale: #8A8A8A. Windows color (decimal): -8875368 or 9998968. OLE color: 9998968.

HSL color Cylindrical-coordinate representation of color #789298: hue angle of 191.25º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789298 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 146 152 -
CMYK 0.21 0.04 0 0.40
HSL 191.25º 0.13% 0.53% -
HSV(B) 191.25º 0.21% 0.6% -
XYZ 23.69 26.82 33.63 -
YUV 138.91 135.39 114.51 -
System Red Green Blue C M Y K H S L
Decimal 120 146 152 0.21 0.04 0 0.40 191.25 0.13 0.53
Hex 78 92 98 15 4 0 28 BF D 35
Octal 170 222 230 25 4 0 50 277 15 65
Binary 1111000 10010010 10011000 10101 100 0 101000 10111111 1101 110101

Color Harmonies of #789298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789298

Black with #789298

Text Example


Text Example

White with #789298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789298; }

 p { color: rgb(120,146,152); }

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

background-color css

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

 a { background-color: rgb(120,146,152); }

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

border-color css

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

 span { border-color: rgb(120,146,152); }

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