Html Css Color HEX #787FAC Ship Cove

📋 copy color: '#787FAC'

red 120 ◦ green 127 ◦ blue 172

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

Shades of Ship Cove #787FAC

Tints of Ship Cove #787FAC

RGB

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

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

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

R = 28.64%
G = 30.31%
B = 41.05%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#787FAC (or 0x787FAC) is known color: Ship Cove. HEX triplet: 78, 7F and AC. RGB value is (120,127,172). Sum of RGB (Red+Green+Blue) = 120+127+172=419 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.64% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 172 (67.58% from 255 or 41.05% from 419); Max value from RGB is 172 - color contains mainly: blue. Hex color #787FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787FAC is #878053. Grayscale: #818181. Windows color (decimal): -8880212 or 11304824. OLE color: 11304824.

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

Color convert

RGB 120 127 172 -
CMYK 0.30 0.26 0 0.33
HSL 231.92º 0.24% 0.57% -
HSV(B) 231.92º 0.3% 0.67% -
XYZ 22.78 22.15 42.1 -
YUV 130.04 151.68 120.84 -
System Red Green Blue C M Y K H S L
Decimal 120 127 172 0.30 0.26 0 0.33 231.92 0.24 0.57
Hex 78 7F AC 1E 1A 0 21 E8 18 39
Octal 170 177 254 36 32 0 41 350 30 71
Binary 1111000 1111111 10101100 11110 11010 0 100001 11101000 11000 111001

Color Harmonies of #787FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787FAC

Black with #787FAC

Text Example


Text Example

White with #787FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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