Html Css Color HEX #7C92AA Ship Cove

📋 copy color: '#7C92AA'

red 124 ◦ green 146 ◦ blue 170

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

Shades of Ship Cove #7C92AA

Tints of Ship Cove #7C92AA

RGB

 RED value IS 124 (48.83% from 255) = 28.18%

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

 BLUE value IS 170 (66.8% from 255) = 38.64%

R = 28.18%
G = 33.18%
B = 38.64%

CMYK

 C value IS 0.27

 M value IS 0.14

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C92AA (or 0x7C92AA) is known color: Ship Cove. HEX triplet: 7C, 92 and AA. RGB value is (124,146,170). Sum of RGB (Red+Green+Blue) = 124+146+170=440 (58% of max value = 765). Red value is 124 (48.83% from 255 or 28.18% from 440); Green value is 146 (57.42% from 255 or 33.18% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C92AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C92AA is #836D55. Grayscale: #8E8E8E. Windows color (decimal): -8613206 or 11178620. OLE color: 11178620.

HSL color Cylindrical-coordinate representation of color #7C92AA: hue angle of 211.3º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C92AA is Cyan = 0.27, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 146 170 -
CMYK 0.27 0.14 0 0.33
HSL 211.3º 0.21% 0.58% -
HSV(B) 211.3º 0.27% 0.67% -
XYZ 25.85 27.75 42.02 -
YUV 142.16 143.71 115.05 -
System Red Green Blue C M Y K H S L
Decimal 124 146 170 0.27 0.14 0 0.33 211.3 0.21 0.58
Hex 7C 92 AA 1B E 0 21 D3 15 3A
Octal 174 222 252 33 16 0 41 323 25 72
Binary 1111100 10010010 10101010 11011 1110 0 100001 11010011 10101 111010

Color Harmonies of #7C92AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C92AA

Black with #7C92AA

Text Example


Text Example

White with #7C92AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C92AA; }

 p { color: rgb(124,146,170); }

 H1.HeaderClassName
 {
   color: #7C92AA;
 }
 .AnyTagClassName
 {
   color: #7C92AA;
 }
</style>

background-color css

<style>
 a { background-color: #7C92AA; }

 a { background-color: rgb(124,146,170); }

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

border-color css

<style>
 span { border-color: #7C92AA; }

 span { border-color: rgb(124,146,170); }

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