Html Css Color HEX #7887AA Ship Cove

📋 copy color: '#7887AA'

red 120 ◦ green 135 ◦ blue 170

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

Shades of Ship Cove #7887AA

Tints of Ship Cove #7887AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40%

R = 28.24%
G = 31.76%
B = 40%

CMYK

 C value IS 0.29

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7887AA (or 0x7887AA) is known color: Ship Cove. HEX triplet: 78, 87 and AA. RGB value is (120,135,170). Sum of RGB (Red+Green+Blue) = 120+135+170=425 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.24% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #7887AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7887AA is #877855. Grayscale: #868686. Windows color (decimal): -8878166 or 11175800. OLE color: 11175800.

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

Color convert

RGB 120 135 170 -
CMYK 0.29 0.21 0 0.33
HSL 222º 0.23% 0.57% -
HSV(B) 222º 0.29% 0.67% -
XYZ 23.67 24.22 41.46 -
YUV 134.51 148.03 117.65 -
System Red Green Blue C M Y K H S L
Decimal 120 135 170 0.29 0.21 0 0.33 222 0.23 0.57
Hex 78 87 AA 1D 15 0 21 DE 17 39
Octal 170 207 252 35 25 0 41 336 27 71
Binary 1111000 10000111 10101010 11101 10101 0 100001 11011110 10111 111001

Color Harmonies of #7887AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7887AA

Black with #7887AA

Text Example


Text Example

White with #7887AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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