Html Css Color HEX #787CAC Ship Cove

📋 copy color: '#787CAC'

red 120 ◦ green 124 ◦ blue 172

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

Shades of Ship Cove #787CAC

Tints of Ship Cove #787CAC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.81%

 BLUE value IS 172 (67.58% from 255) = 41.35%

R = 28.85%
G = 29.81%
B = 41.35%

CMYK

 C value IS 0.30

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#787CAC (or 0x787CAC) is known color: Ship Cove. HEX triplet: 78, 7C and AC. RGB value is (120,124,172). Sum of RGB (Red+Green+Blue) = 120+124+172=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 124 (48.83% from 255 or 29.81% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #787CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787CAC is #878353. Grayscale: #808080. Windows color (decimal): -8880980 or 11304056. OLE color: 11304056.

HSL color Cylindrical-coordinate representation of color #787CAC: hue angle of 235.38º degrees, saturation: 0.24, 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 #787CAC is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 124 172 -
CMYK 0.30 0.28 0 0.33
HSL 235.38º 0.24% 0.57% -
HSV(B) 235.38º 0.3% 0.67% -
XYZ 22.4 21.39 41.98 -
YUV 128.28 152.67 122.1 -
System Red Green Blue C M Y K H S L
Decimal 120 124 172 0.30 0.28 0 0.33 235.38 0.24 0.57
Hex 78 7C AC 1E 1C 0 21 EB 18 39
Octal 170 174 254 36 34 0 41 353 30 71
Binary 1111000 1111100 10101100 11110 11100 0 100001 11101011 11000 111001

Color Harmonies of #787CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787CAC

Black with #787CAC

Text Example


Text Example

White with #787CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,124,172); }

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

background-color css

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

 a { background-color: rgb(120,124,172); }

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

border-color css

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

 span { border-color: rgb(120,124,172); }

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