Html Css Color HEX #7880AE Ship Cove

📋 copy color: '#7880AE'

red 120 ◦ green 128 ◦ blue 174

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

Shades of Ship Cove #7880AE

Tints of Ship Cove #7880AE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.33%

 BLUE value IS 174 (68.36% from 255) = 41.23%

R = 28.44%
G = 30.33%
B = 41.23%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7880AE (or 0x7880AE) is known color: Ship Cove. HEX triplet: 78, 80 and AE. RGB value is (120,128,174). Sum of RGB (Red+Green+Blue) = 120+128+174=422 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.44% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 174 (68.36% from 255 or 41.23% from 422); Max value from RGB is 174 - color contains mainly: blue. Hex color #7880AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7880AE is #877F51. Grayscale: #828282. Windows color (decimal): -8879954 or 11436152. OLE color: 11436152.

HSL color Cylindrical-coordinate representation of color #7880AE: hue angle of 231.11º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7880AE is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 128 174 -
CMYK 0.31 0.26 0 0.32
HSL 231.11º 0.25% 0.58% -
HSV(B) 231.11º 0.31% 0.68% -
XYZ 23.1 22.49 43.17 -
YUV 130.85 152.35 120.26 -
System Red Green Blue C M Y K H S L
Decimal 120 128 174 0.31 0.26 0 0.32 231.11 0.25 0.58
Hex 78 80 AE 1F 1A 0 20 E7 19 3A
Octal 170 200 256 37 32 0 40 347 31 72
Binary 1111000 10000000 10101110 11111 11010 0 100000 11100111 11001 111010

Color Harmonies of #7880AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7880AE

Black with #7880AE

Text Example


Text Example

White with #7880AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7880AE; }

 p { color: rgb(120,128,174); }

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

background-color css

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

 a { background-color: rgb(120,128,174); }

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

border-color css

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

 span { border-color: rgb(120,128,174); }

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