Html Css Color HEX #789A9C Neptune

📋 copy color: '#789A9C'

red 120 ◦ green 154 ◦ blue 156

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

Shades of Neptune #789A9C

Tints of Neptune #789A9C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.81%

 BLUE value IS 156 (61.33% from 255) = 36.28%

R = 27.91%
G = 35.81%
B = 36.28%

CMYK

 C value IS 0.23

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#789A9C (or 0x789A9C) is known color: Neptune. HEX triplet: 78, 9A and 9C. RGB value is (120,154,156). Sum of RGB (Red+Green+Blue) = 120+154+156=430 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.91% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 156 - color contains mainly: blue. Hex color #789A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789A9C is #876563. Grayscale: #909090. Windows color (decimal): -8873316 or 10263160. OLE color: 10263160.

HSL color Cylindrical-coordinate representation of color #789A9C: hue angle of 183.33º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #789A9C is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 120 154 156 -
CMYK 0.23 0.01 0 0.39
HSL 183.33º 0.15% 0.54% -
HSV(B) 183.33º 0.23% 0.61% -
XYZ 25.3 29.5 35.81 -
YUV 144.06 134.74 110.84 -
System Red Green Blue C M Y K H S L
Decimal 120 154 156 0.23 0.01 0 0.39 183.33 0.15 0.54
Hex 78 9A 9C 17 1 0 27 B7 F 36
Octal 170 232 234 27 1 0 47 267 17 66
Binary 1111000 10011010 10011100 10111 1 0 100111 10110111 1111 110110

Color Harmonies of #789A9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789A9C

Black with #789A9C

Text Example


Text Example

White with #789A9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789A9C; }

 p { color: rgb(120,154,156); }

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

background-color css

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

 a { background-color: rgb(120,154,156); }

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

border-color css

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

 span { border-color: rgb(120,154,156); }

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