Html Css Color HEX #787F9A Ship Cove

📋 copy color: '#787F9A'

red 120 ◦ green 127 ◦ blue 154

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

Shades of Ship Cove #787F9A

Tints of Ship Cove #787F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.4%

R = 29.93%
G = 31.67%
B = 38.4%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#787F9A (or 0x787F9A) is known color: Ship Cove. HEX triplet: 78, 7F and 9A. RGB value is (120,127,154). Sum of RGB (Red+Green+Blue) = 120+127+154=401 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.93% from 401); Green value is 127 (50% from 255 or 31.67% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #787F9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787F9A is #878065. Grayscale: #7F7F7F. Windows color (decimal): -8880230 or 10125176. OLE color: 10125176.

HSL color Cylindrical-coordinate representation of color #787F9A: hue angle of 227.65º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #787F9A is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 127 154 -
CMYK 0.22 0.18 0 0.40
HSL 227.65º 0.14% 0.54% -
HSV(B) 227.65º 0.22% 0.6% -
XYZ 21.17 21.5 33.61 -
YUV 127.99 142.68 122.3 -
System Red Green Blue C M Y K H S L
Decimal 120 127 154 0.22 0.18 0 0.40 227.65 0.14 0.54
Hex 78 7F 9A 16 12 0 28 E4 E 36
Octal 170 177 232 26 22 0 50 344 16 66
Binary 1111000 1111111 10011010 10110 10010 0 101000 11100100 1110 110110

Color Harmonies of #787F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787F9A

Black with #787F9A

Text Example


Text Example

White with #787F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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