Html Css Color HEX #78819A Ship Cove

📋 copy color: '#78819A'

red 120 ◦ green 129 ◦ blue 154

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

Shades of Ship Cove #78819A

Tints of Ship Cove #78819A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.21%

R = 29.78%
G = 32.01%
B = 38.21%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#78819A (or 0x78819A) is known color: Ship Cove. HEX triplet: 78, 81 and 9A. RGB value is (120,129,154). Sum of RGB (Red+Green+Blue) = 120+129+154=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 129 (50.78% from 255 or 32.01% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 154 - color contains mainly: blue. Hex color #78819A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78819A is #877E65. Grayscale: #818181. Windows color (decimal): -8879718 or 10125688. OLE color: 10125688.

HSL color Cylindrical-coordinate representation of color #78819A: hue angle of 224.12º 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 #78819A is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 129 154 -
CMYK 0.22 0.16 0 0.40
HSL 224.12º 0.14% 0.54% -
HSV(B) 224.12º 0.22% 0.6% -
XYZ 21.43 22.03 33.69 -
YUV 129.16 142.02 121.47 -
System Red Green Blue C M Y K H S L
Decimal 120 129 154 0.22 0.16 0 0.40 224.12 0.14 0.54
Hex 78 81 9A 16 10 0 28 E0 E 36
Octal 170 201 232 26 20 0 50 340 16 66
Binary 1111000 10000001 10011010 10110 10000 0 101000 11100000 1110 110110

Color Harmonies of #78819A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78819A

Black with #78819A

Text Example


Text Example

White with #78819A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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