Html Css Color HEX #788199 Ship Cove

📋 copy color: '#788199'

red 120 ◦ green 129 ◦ blue 153

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

Shades of Ship Cove #788199

Tints of Ship Cove #788199

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.09%

 BLUE value IS 153 (60.16% from 255) = 38.06%

R = 29.85%
G = 32.09%
B = 38.06%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#788199 (or 0x788199) is known color: Ship Cove. HEX triplet: 78, 81 and 99. RGB value is (120,129,153). Sum of RGB (Red+Green+Blue) = 120+129+153=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 153 (60.16% from 255 or 38.06% from 402); Max value from RGB is 153 - color contains mainly: blue. Hex color #788199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788199 is #877E66. Grayscale: #808080. Windows color (decimal): -8879719 or 10060152. OLE color: 10060152.

HSL color Cylindrical-coordinate representation of color #788199: hue angle of 223.64º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #788199 is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 129 153 -
CMYK 0.22 0.16 0 0.4
HSL 223.64º 0.14% 0.54% -
HSV(B) 223.64º 0.22% 0.6% -
XYZ 21.35 21.99 33.26 -
YUV 129.05 141.52 121.55 -
System Red Green Blue C M Y K H S L
Decimal 120 129 153 0.22 0.16 0 0.4 223.64 0.14 0.54
Hex 78 81 99 16 10 0 28 E0 E 36
Octal 170 201 231 26 20 0 50 340 16 66
Binary 1111000 10000001 10011001 10110 10000 0 101000 11100000 1110 110110

Color Harmonies of #788199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788199

Black with #788199

Text Example


Text Example

White with #788199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788199; }

 p { color: rgb(120,129,153); }

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

background-color css

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

 a { background-color: rgb(120,129,153); }

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

border-color css

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

 span { border-color: rgb(120,129,153); }

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