Html Css Color HEX #787DAC Ship Cove

📋 copy color: '#787DAC'

red 120 ◦ green 125 ◦ blue 172

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

Shades of Ship Cove #787DAC

Tints of Ship Cove #787DAC

RGB

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

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

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

R = 28.78%
G = 29.98%
B = 41.25%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#787DAC (or 0x787DAC) is known color: Ship Cove. HEX triplet: 78, 7D and AC. RGB value is (120,125,172). Sum of RGB (Red+Green+Blue) = 120+125+172=417 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.78% from 417); Green value is 125 (49.22% from 255 or 29.98% from 417); Blue value is 172 (67.58% from 255 or 41.25% from 417); Max value from RGB is 172 - color contains mainly: blue. Hex color #787DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #787DAC is #878253. Grayscale: #808080. Windows color (decimal): -8880724 or 11304312. OLE color: 11304312.

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

Color convert

RGB 120 125 172 -
CMYK 0.30 0.27 0 0.33
HSL 234.23º 0.24% 0.57% -
HSV(B) 234.23º 0.3% 0.67% -
XYZ 22.53 21.64 42.02 -
YUV 128.86 152.34 121.68 -
System Red Green Blue C M Y K H S L
Decimal 120 125 172 0.30 0.27 0 0.33 234.23 0.24 0.57
Hex 78 7D AC 1E 1B 0 21 EA 18 39
Octal 170 175 254 36 33 0 41 352 30 71
Binary 1111000 1111101 10101100 11110 11011 0 100001 11101010 11000 111001

Color Harmonies of #787DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787DAC

Black with #787DAC

Text Example


Text Example

White with #787DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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