Html Css Color HEX #7782AE Ship Cove

📋 copy color: '#7782AE'

red 119 ◦ green 130 ◦ blue 174

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

Shades of Ship Cove #7782AE

Tints of Ship Cove #7782AE

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.73%

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

R = 28.13%
G = 30.73%
B = 41.13%

CMYK

 C value IS 0.32

 M value IS 0.25

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7782AE (or 0x7782AE) is known color: Ship Cove. HEX triplet: 77, 82 and AE. RGB value is (119,130,174). Sum of RGB (Red+Green+Blue) = 119+130+174=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 130 (51.17% from 255 or 30.73% from 423); Blue value is 174 (68.36% from 255 or 41.13% from 423); Max value from RGB is 174 - color contains mainly: blue. Hex color #7782AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7782AE is #887D51. Grayscale: #838383. Windows color (decimal): -8944978 or 11436663. OLE color: 11436663.

HSL color Cylindrical-coordinate representation of color #7782AE: hue angle of 228º 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 #7782AE is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 130 174 -
CMYK 0.32 0.25 0 0.32
HSL 228º 0.25% 0.57% -
HSV(B) 228º 0.32% 0.68% -
XYZ 23.23 22.94 43.25 -
YUV 131.73 151.86 118.92 -
System Red Green Blue C M Y K H S L
Decimal 119 130 174 0.32 0.25 0 0.32 228 0.25 0.57
Hex 77 82 AE 20 19 0 20 E4 19 39
Octal 167 202 256 40 31 0 40 344 31 71
Binary 1110111 10000010 10101110 100000 11001 0 100000 11100100 11001 111001

Color Harmonies of #7782AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7782AE

Black with #7782AE

Text Example


Text Example

White with #7782AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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