Html Css Color HEX #78799F Ship Cove

📋 copy color: '#78799F'

red 120 ◦ green 121 ◦ blue 159

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

Shades of Ship Cove #78799F

Tints of Ship Cove #78799F

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.25%

 BLUE value IS 159 (62.5% from 255) = 39.75%

R = 30%
G = 30.25%
B = 39.75%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#78799F (or 0x78799F) is known color: Ship Cove. HEX triplet: 78, 79 and 9F. RGB value is (120,121,159). Sum of RGB (Red+Green+Blue) = 120+121+159=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 159 (62.5% from 255 or 39.75% from 400); Max value from RGB is 159 - color contains mainly: blue. Hex color #78799F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #78799F is #878660. Grayscale: #7C7C7C. Windows color (decimal): -8881761 or 10451320. OLE color: 10451320.

HSL color Cylindrical-coordinate representation of color #78799F: hue angle of 238.46º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78799F is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 120 121 159 -
CMYK 0.25 0.24 0 0.38
HSL 238.46º 0.17% 0.55% -
HSV(B) 238.46º 0.25% 0.62% -
XYZ 20.84 20.17 35.6 -
YUV 125.03 147.17 124.41 -
System Red Green Blue C M Y K H S L
Decimal 120 121 159 0.25 0.24 0 0.38 238.46 0.17 0.55
Hex 78 79 9F 19 18 0 26 EE 11 37
Octal 170 171 237 31 30 0 46 356 21 67
Binary 1111000 1111001 10011111 11001 11000 0 100110 11101110 10001 110111

Color Harmonies of #78799F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78799F

Black with #78799F

Text Example


Text Example

White with #78799F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78799F; }

 p { color: rgb(120,121,159); }

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

background-color css

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

 a { background-color: rgb(120,121,159); }

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

border-color css

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

 span { border-color: rgb(120,121,159); }

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