Html Css Color HEX #727CAA Ship Cove

📋 copy color: '#727CAA'

red 114 ◦ green 124 ◦ blue 170

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

Shades of Ship Cove #727CAA

Tints of Ship Cove #727CAA

RGB

 RED value IS 114 (44.92% from 255) = 27.94%

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

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

R = 27.94%
G = 30.39%
B = 41.67%

CMYK

 C value IS 0.33

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#727CAA (or 0x727CAA) is known color: Ship Cove. HEX triplet: 72, 7C and AA. RGB value is (114,124,170). Sum of RGB (Red+Green+Blue) = 114+124+170=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 124 (48.83% from 255 or 30.39% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #727CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727CAA is #8D8355. Grayscale: #7E7E7E. Windows color (decimal): -9274198 or 11172978. OLE color: 11172978.

HSL color Cylindrical-coordinate representation of color #727CAA: hue angle of 229.29º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #727CAA is Cyan = 0.33, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 124 170 -
CMYK 0.33 0.27 0 0.33
HSL 229.29º 0.25% 0.56% -
HSV(B) 229.29º 0.33% 0.67% -
XYZ 21.4 20.89 40.94 -
YUV 126.25 152.69 119.26 -
System Red Green Blue C M Y K H S L
Decimal 114 124 170 0.33 0.27 0 0.33 229.29 0.25 0.56
Hex 72 7C AA 21 1B 0 21 E5 19 38
Octal 162 174 252 41 33 0 41 345 31 70
Binary 1110010 1111100 10101010 100001 11011 0 100001 11100101 11001 111000

Color Harmonies of #727CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CAA

Black with #727CAA

Text Example


Text Example

White with #727CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727CAA; }

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

 H1.HeaderClassName
 {
   color: #727CAA;
 }
 .AnyTagClassName
 {
   color: #727CAA;
 }
</style>

background-color css

<style>
 a { background-color: #727CAA; }

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

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

border-color css

<style>
 span { border-color: #727CAA; }

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

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