Html Css Color HEX #7886AD Ship Cove

📋 copy color: '#7886AD'

red 120 ◦ green 134 ◦ blue 173

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

Shades of Ship Cove #7886AD

Tints of Ship Cove #7886AD

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.38%

 BLUE value IS 173 (67.97% from 255) = 40.52%

R = 28.1%
G = 31.38%
B = 40.52%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7886AD (or 0x7886AD) is known color: Ship Cove. HEX triplet: 78, 86 and AD. RGB value is (120,134,173). Sum of RGB (Red+Green+Blue) = 120+134+173=427 (56% of max value = 765). Red value is 120 (47.27% from 255 or 28.10% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #7886AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7886AD is #877952. Grayscale: #868686. Windows color (decimal): -8878419 or 11372152. OLE color: 11372152.

HSL color Cylindrical-coordinate representation of color #7886AD: hue angle of 224.15º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7886AD is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 120 134 173 -
CMYK 0.31 0.23 0 0.32
HSL 224.15º 0.24% 0.57% -
HSV(B) 224.15º 0.31% 0.68% -
XYZ 23.81 24.06 42.92 -
YUV 134.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 120 134 173 0.31 0.23 0 0.32 224.15 0.24 0.57
Hex 78 86 AD 1F 17 0 20 E0 18 39
Octal 170 206 255 37 27 0 40 340 30 71
Binary 1111000 10000110 10101101 11111 10111 0 100000 11100000 11000 111001

Color Harmonies of #7886AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7886AD

Black with #7886AD

Text Example


Text Example

White with #7886AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7886AD; }

 p { color: rgb(120,134,173); }

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

background-color css

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

 a { background-color: rgb(120,134,173); }

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

border-color css

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

 span { border-color: rgb(120,134,173); }

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