Html Css Color HEX #7785AA Ship Cove

📋 copy color: '#7785AA'

red 119 ◦ green 133 ◦ blue 170

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

Shades of Ship Cove #7785AA

Tints of Ship Cove #7785AA

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.52%

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

R = 28.2%
G = 31.52%
B = 40.28%

CMYK

 C value IS 0.3

 M value IS 0.22

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7785AA (or 0x7785AA) is known color: Ship Cove. HEX triplet: 77, 85 and AA. RGB value is (119,133,170). Sum of RGB (Red+Green+Blue) = 119+133+170=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #7785AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7785AA is #887A55. Grayscale: #848484. Windows color (decimal): -8944214 or 11175287. OLE color: 11175287.

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

Color convert

RGB 119 133 170 -
CMYK 0.3 0.22 0 0.33
HSL 223.53º 0.23% 0.57% -
HSV(B) 223.53º 0.3% 0.67% -
XYZ 23.25 23.6 41.36 -
YUV 133.03 148.86 117.99 -
System Red Green Blue C M Y K H S L
Decimal 119 133 170 0.3 0.22 0 0.33 223.53 0.23 0.57
Hex 77 85 AA 1E 16 0 21 E0 17 39
Octal 167 205 252 36 26 0 41 340 27 71
Binary 1110111 10000101 10101010 11110 10110 0 100001 11100000 10111 111001

Color Harmonies of #7785AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7785AA

Black with #7785AA

Text Example


Text Example

White with #7785AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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