Html Css Color HEX #787DAA Ship Cove

📋 copy color: '#787DAA'

red 120 ◦ green 125 ◦ blue 170

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

Shades of Ship Cove #787DAA

Tints of Ship Cove #787DAA

RGB

 RED value IS 120 (47.27% from 255) = 28.92%

 GREEN value IS 125 (49.22% from 255) = 30.12%

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

R = 28.92%
G = 30.12%
B = 40.96%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#787DAA (or 0x787DAA) is known color: Ship Cove. HEX triplet: 78, 7D and AA. RGB value is (120,125,170). Sum of RGB (Red+Green+Blue) = 120+125+170=415 (54% of max value = 765). Red value is 120 (47.27% from 255 or 28.92% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #787DAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787DAA is #878255. Grayscale: #808080. Windows color (decimal): -8880726 or 11173240. OLE color: 11173240.

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

Color convert

RGB 120 125 170 -
CMYK 0.29 0.26 0 0.33
HSL 234º 0.23% 0.57% -
HSV(B) 234º 0.29% 0.67% -
XYZ 22.34 21.56 41.02 -
YUV 128.64 151.34 121.84 -
System Red Green Blue C M Y K H S L
Decimal 120 125 170 0.29 0.26 0 0.33 234 0.23 0.57
Hex 78 7D AA 1D 1A 0 21 EA 17 39
Octal 170 175 252 35 32 0 41 352 27 71
Binary 1111000 1111101 10101010 11101 11010 0 100001 11101010 10111 111001

Color Harmonies of #787DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787DAA

Black with #787DAA

Text Example


Text Example

White with #787DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787DAA; }

 p { color: rgb(120,125,170); }

 H1.HeaderClassName
 {
   color: #787DAA;
 }
 .AnyTagClassName
 {
   color: #787DAA;
 }
</style>

background-color css

<style>
 a { background-color: #787DAA; }

 a { background-color: rgb(120,125,170); }

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

border-color css

<style>
 span { border-color: #787DAA; }

 span { border-color: rgb(120,125,170); }

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