Html Css Color HEX #7792AE Ship Cove

📋 copy color: '#7792AE'

red 119 ◦ green 146 ◦ blue 174

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

Shades of Ship Cove #7792AE

Tints of Ship Cove #7792AE

RGB

 RED value IS 119 (46.88% from 255) = 27.11%

 GREEN value IS 146 (57.42% from 255) = 33.26%

 BLUE value IS 174 (68.36% from 255) = 39.64%

R = 27.11%
G = 33.26%
B = 39.64%

CMYK

 C value IS 0.32

 M value IS 0.16

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7792AE (or 0x7792AE) is known color: Ship Cove. HEX triplet: 77, 92 and AE. RGB value is (119,146,174). Sum of RGB (Red+Green+Blue) = 119+146+174=439 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.11% from 439); Green value is 146 (57.42% from 255 or 33.26% from 439); Blue value is 174 (68.36% from 255 or 39.64% from 439); Max value from RGB is 174 - color contains mainly: blue. Hex color #7792AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7792AE is #886D51. Grayscale: #8C8C8C. Windows color (decimal): -8940882 or 11440759. OLE color: 11440759.

HSL color Cylindrical-coordinate representation of color #7792AE: hue angle of 210.55º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7792AE is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 119 146 174 -
CMYK 0.32 0.16 0 0.32
HSL 210.55º 0.25% 0.57% -
HSV(B) 210.55º 0.32% 0.68% -
XYZ 25.53 27.54 44.01 -
YUV 141.12 146.55 112.22 -
System Red Green Blue C M Y K H S L
Decimal 119 146 174 0.32 0.16 0 0.32 210.55 0.25 0.57
Hex 77 92 AE 20 10 0 20 D3 19 39
Octal 167 222 256 40 20 0 40 323 31 71
Binary 1110111 10010010 10101110 100000 10000 0 100000 11010011 11001 111001

Color Harmonies of #7792AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7792AE

Black with #7792AE

Text Example


Text Example

White with #7792AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7792AE; }

 p { color: rgb(119,146,174); }

 H1.HeaderClassName
 {
   color: #7792AE;
 }
 .AnyTagClassName
 {
   color: #7792AE;
 }
</style>

background-color css

<style>
 a { background-color: #7792AE; }

 a { background-color: rgb(119,146,174); }

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

border-color css

<style>
 span { border-color: #7792AE; }

 span { border-color: rgb(119,146,174); }

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