Html Css Color HEX #728CAC Ship Cove

📋 copy color: '#728CAC'

red 114 ◦ green 140 ◦ blue 172

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

Shades of Ship Cove #728CAC

Tints of Ship Cove #728CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.86%

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

R = 26.76%
G = 32.86%
B = 40.38%

CMYK

 C value IS 0.34

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#728CAC (or 0x728CAC) is known color: Ship Cove. HEX triplet: 72, 8C and AC. RGB value is (114,140,172). Sum of RGB (Red+Green+Blue) = 114+140+172=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #728CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #728CAC is #8D7353. Grayscale: #878787. Windows color (decimal): -9270100 or 11308146. OLE color: 11308146.

HSL color Cylindrical-coordinate representation of color #728CAC: hue angle of 213.1º 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 #728CAC is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 140 172 -
CMYK 0.34 0.19 0 0.33
HSL 213.1º 0.26% 0.56% -
HSV(B) 213.1º 0.34% 0.67% -
XYZ 23.76 25.31 42.66 -
YUV 135.87 148.39 112.4 -
System Red Green Blue C M Y K H S L
Decimal 114 140 172 0.34 0.19 0 0.33 213.1 0.26 0.56
Hex 72 8C AC 22 13 0 21 D5 1A 38
Octal 162 214 254 42 23 0 41 325 32 70
Binary 1110010 10001100 10101100 100010 10011 0 100001 11010101 11010 111000

Color Harmonies of #728CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728CAC

Black with #728CAC

Text Example


Text Example

White with #728CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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