Html Css Color HEX #7887AB Ship Cove

📋 copy color: '#7887AB'

red 120 ◦ green 135 ◦ blue 171

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

Shades of Ship Cove #7887AB

Tints of Ship Cove #7887AB

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.69%

 BLUE value IS 171 (67.19% from 255) = 40.14%

R = 28.17%
G = 31.69%
B = 40.14%

CMYK

 C value IS 0.30

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7887AB (or 0x7887AB) is known color: Ship Cove. HEX triplet: 78, 87 and AB. RGB value is (120,135,171). Sum of RGB (Red+Green+Blue) = 120+135+171=426 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.17% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #7887AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7887AB is #877854. Grayscale: #868686. Windows color (decimal): -8878165 or 11241336. OLE color: 11241336.

HSL color Cylindrical-coordinate representation of color #7887AB: hue angle of 222.35º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7887AB is Cyan = 0.30, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 135 171 -
CMYK 0.30 0.21 0 0.33
HSL 222.35º 0.23% 0.57% -
HSV(B) 222.35º 0.3% 0.67% -
XYZ 23.76 24.26 41.96 -
YUV 134.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 120 135 171 0.30 0.21 0 0.33 222.35 0.23 0.57
Hex 78 87 AB 1E 15 0 21 DE 17 39
Octal 170 207 253 36 25 0 41 336 27 71
Binary 1111000 10000111 10101011 11110 10101 0 100001 11011110 10111 111001

Color Harmonies of #7887AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7887AB

Black with #7887AB

Text Example


Text Example

White with #7887AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7887AB; }

 p { color: rgb(120,135,171); }

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

background-color css

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

 a { background-color: rgb(120,135,171); }

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

border-color css

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

 span { border-color: rgb(120,135,171); }

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