Html Css Color HEX #787FA0 Ship Cove

📋 copy color: '#787FA0'

red 120 ◦ green 127 ◦ blue 160

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

Shades of Ship Cove #787FA0

Tints of Ship Cove #787FA0

RGB

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

 GREEN value IS 127 (50% from 255) = 31.2%

 BLUE value IS 160 (62.89% from 255) = 39.31%

R = 29.48%
G = 31.2%
B = 39.31%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#787FA0 (or 0x787FA0) is known color: Ship Cove. HEX triplet: 78, 7F and A0. RGB value is (120,127,160). Sum of RGB (Red+Green+Blue) = 120+127+160=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 127 (50% from 255 or 31.20% from 407); Blue value is 160 (62.89% from 255 or 39.31% from 407); Max value from RGB is 160 - color contains mainly: blue. Hex color #787FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787FA0 is #87805F. Grayscale: #808080. Windows color (decimal): -8880224 or 10518392. OLE color: 10518392.

HSL color Cylindrical-coordinate representation of color #787FA0: hue angle of 229.5º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #787FA0 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 120 127 160 -
CMYK 0.25 0.21 0 0.37
HSL 229.5º 0.17% 0.55% -
HSV(B) 229.5º 0.25% 0.63% -
XYZ 21.68 21.71 36.31 -
YUV 128.67 145.68 121.82 -
System Red Green Blue C M Y K H S L
Decimal 120 127 160 0.25 0.21 0 0.37 229.5 0.17 0.55
Hex 78 7F A0 19 15 0 25 E6 11 37
Octal 170 177 240 31 25 0 45 346 21 67
Binary 1111000 1111111 10100000 11001 10101 0 100101 11100110 10001 110111

Color Harmonies of #787FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787FA0

Black with #787FA0

Text Example


Text Example

White with #787FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,127,160); }

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

background-color css

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

 a { background-color: rgb(120,127,160); }

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

border-color css

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

 span { border-color: rgb(120,127,160); }

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