Html Css Color HEX #7781AF Ship Cove

📋 copy color: '#7781AF'

red 119 ◦ green 129 ◦ blue 175

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

Shades of Ship Cove #7781AF

Tints of Ship Cove #7781AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.37%

R = 28.13%
G = 30.5%
B = 41.37%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7781AF (or 0x7781AF) is known color: Ship Cove. HEX triplet: 77, 81 and AF. RGB value is (119,129,175). Sum of RGB (Red+Green+Blue) = 119+129+175=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 129 (50.78% from 255 or 30.50% from 423); Blue value is 175 (68.75% from 255 or 41.37% from 423); Max value from RGB is 175 - color contains mainly: blue. Hex color #7781AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7781AF is #887E50. Grayscale: #838383. Windows color (decimal): -8945233 or 11501943. OLE color: 11501943.

HSL color Cylindrical-coordinate representation of color #7781AF: hue angle of 229.29º degrees, saturation: 0.26, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7781AF is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 119 129 175 -
CMYK 0.32 0.26 0 0.31
HSL 229.29º 0.26% 0.58% -
HSV(B) 229.29º 0.32% 0.69% -
XYZ 23.2 22.72 43.72 -
YUV 131.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 119 129 175 0.32 0.26 0 0.31 229.29 0.26 0.58
Hex 77 81 AF 20 1A 0 1F E5 1A 3A
Octal 167 201 257 40 32 0 37 345 32 72
Binary 1110111 10000001 10101111 100000 11010 0 11111 11100101 11010 111010

Color Harmonies of #7781AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7781AF

Black with #7781AF

Text Example


Text Example

White with #7781AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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