Html Css Color HEX #7786AE Ship Cove

📋 copy color: '#7786AE'

red 119 ◦ green 134 ◦ blue 174

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

Shades of Ship Cove #7786AE

Tints of Ship Cove #7786AE

RGB

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

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

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

R = 27.87%
G = 31.38%
B = 40.75%

CMYK

 C value IS 0.32

 M value IS 0.23

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7786AE (or 0x7786AE) is known color: Ship Cove. HEX triplet: 77, 86 and AE. RGB value is (119,134,174). Sum of RGB (Red+Green+Blue) = 119+134+174=427 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.87% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 174 (68.36% from 255 or 40.75% from 427); Max value from RGB is 174 - color contains mainly: blue. Hex color #7786AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7786AE is #887951. Grayscale: #858585. Windows color (decimal): -8943954 or 11437687. OLE color: 11437687.

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

Color convert

RGB 119 134 174 -
CMYK 0.32 0.23 0 0.32
HSL 223.64º 0.25% 0.57% -
HSV(B) 223.64º 0.32% 0.68% -
XYZ 23.77 24.03 43.43 -
YUV 134.08 150.53 117.25 -
System Red Green Blue C M Y K H S L
Decimal 119 134 174 0.32 0.23 0 0.32 223.64 0.25 0.57
Hex 77 86 AE 20 17 0 20 E0 19 39
Octal 167 206 256 40 27 0 40 340 31 71
Binary 1110111 10000110 10101110 100000 10111 0 100000 11100000 11001 111001

Color Harmonies of #7786AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7786AE

Black with #7786AE

Text Example


Text Example

White with #7786AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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