Html Css Color HEX #7785AC Ship Cove

📋 copy color: '#7785AC'

red 119 ◦ green 133 ◦ blue 172

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

Shades of Ship Cove #7785AC

Tints of Ship Cove #7785AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.57%

R = 28.07%
G = 31.37%
B = 40.57%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7785AC (or 0x7785AC) is known color: Ship Cove. HEX triplet: 77, 85 and AC. RGB value is (119,133,172). Sum of RGB (Red+Green+Blue) = 119+133+172=424 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.07% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 172 (67.58% from 255 or 40.57% from 424); Max value from RGB is 172 - color contains mainly: blue. Hex color #7785AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7785AC is #887A53. Grayscale: #858585. Windows color (decimal): -8944212 or 11306359. OLE color: 11306359.

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

Color convert

RGB 119 133 172 -
CMYK 0.31 0.23 0 0.33
HSL 224.15º 0.24% 0.57% -
HSV(B) 224.15º 0.31% 0.67% -
XYZ 23.44 23.68 42.36 -
YUV 133.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 119 133 172 0.31 0.23 0 0.33 224.15 0.24 0.57
Hex 77 85 AC 1F 17 0 21 E0 18 39
Octal 167 205 254 37 27 0 41 340 30 71
Binary 1110111 10000101 10101100 11111 10111 0 100001 11100000 11000 111001

Color Harmonies of #7785AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7785AC

Black with #7785AC

Text Example


Text Example

White with #7785AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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