Html Css Color HEX #727CAC Ship Cove

📋 copy color: '#727CAC'

red 114 ◦ green 124 ◦ blue 172

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

Shades of Ship Cove #727CAC

Tints of Ship Cove #727CAC

RGB

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

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

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

R = 27.8%
G = 30.24%
B = 41.95%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#727CAC (or 0x727CAC) is known color: Ship Cove. HEX triplet: 72, 7C and AC. RGB value is (114,124,172). Sum of RGB (Red+Green+Blue) = 114+124+172=410 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.80% from 410); Green value is 124 (48.83% from 255 or 30.24% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #727CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727CAC is #8D8353. Grayscale: #7E7E7E. Windows color (decimal): -9274196 or 11304050. OLE color: 11304050.

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

Color convert

RGB 114 124 172 -
CMYK 0.34 0.28 0 0.33
HSL 229.66º 0.26% 0.56% -
HSV(B) 229.66º 0.34% 0.67% -
XYZ 21.59 20.97 41.94 -
YUV 126.48 153.69 119.1 -
System Red Green Blue C M Y K H S L
Decimal 114 124 172 0.34 0.28 0 0.33 229.66 0.26 0.56
Hex 72 7C AC 22 1C 0 21 E6 1A 38
Octal 162 174 254 42 34 0 41 346 32 70
Binary 1110010 1111100 10101100 100010 11100 0 100001 11100110 11010 111000

Color Harmonies of #727CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CAC

Black with #727CAC

Text Example


Text Example

White with #727CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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