Html Css Color HEX #7781AA Ship Cove

📋 copy color: '#7781AA'

red 119 ◦ green 129 ◦ blue 170

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

Shades of Ship Cove #7781AA

Tints of Ship Cove #7781AA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.86%

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

R = 28.47%
G = 30.86%
B = 40.67%

CMYK

 C value IS 0.3

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7781AA (or 0x7781AA) is known color: Ship Cove. HEX triplet: 77, 81 and AA. RGB value is (119,129,170). Sum of RGB (Red+Green+Blue) = 119+129+170=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 170 - color contains mainly: blue. Hex color #7781AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7781AA is #887E55. Grayscale: #828282. Windows color (decimal): -8945238 or 11174263. OLE color: 11174263.

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

Color convert

RGB 119 129 170 -
CMYK 0.3 0.24 0 0.33
HSL 228.24º 0.23% 0.57% -
HSV(B) 228.24º 0.3% 0.67% -
XYZ 22.71 22.52 41.18 -
YUV 130.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 119 129 170 0.3 0.24 0 0.33 228.24 0.23 0.57
Hex 77 81 AA 1E 18 0 21 E4 17 39
Octal 167 201 252 36 30 0 41 344 27 71
Binary 1110111 10000001 10101010 11110 11000 0 100001 11100100 10111 111001

Color Harmonies of #7781AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7781AA

Black with #7781AA

Text Example


Text Example

White with #7781AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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