Html Css Color HEX #7786AA Ship Cove

📋 copy color: '#7786AA'

red 119 ◦ green 134 ◦ blue 170

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

Shades of Ship Cove #7786AA

Tints of Ship Cove #7786AA

RGB

 RED value IS 119 (46.88% from 255) = 28.13%

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

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

R = 28.13%
G = 31.68%
B = 40.19%

CMYK

 C value IS 0.3

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7786AA (or 0x7786AA) is known color: Ship Cove. HEX triplet: 77, 86 and AA. RGB value is (119,134,170). Sum of RGB (Red+Green+Blue) = 119+134+170=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #7786AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7786AA is #887955. Grayscale: #858585. Windows color (decimal): -8943958 or 11175543. OLE color: 11175543.

HSL color Cylindrical-coordinate representation of color #7786AA: 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 #7786AA is Cyan = 0.3, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 119 134 170 -
CMYK 0.3 0.21 0 0.33
HSL 222.35º 0.23% 0.57% -
HSV(B) 222.35º 0.3% 0.67% -
XYZ 23.39 23.87 41.41 -
YUV 133.62 148.53 117.57 -
System Red Green Blue C M Y K H S L
Decimal 119 134 170 0.3 0.21 0 0.33 222.35 0.23 0.57
Hex 77 86 AA 1E 15 0 21 DE 17 39
Octal 167 206 252 36 25 0 41 336 27 71
Binary 1110111 10000110 10101010 11110 10101 0 100001 11011110 10111 111001

Color Harmonies of #7786AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7786AA

Black with #7786AA

Text Example


Text Example

White with #7786AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,134,170); }

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

background-color css

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

 a { background-color: rgb(119,134,170); }

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

border-color css

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

 span { border-color: rgb(119,134,170); }

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