#727E9E

Color #727E9E Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #727E9E

Tints of Ship Cove #727E9E

Color information

#727E9E (or 0x727E9E) is unknown color: approx Ship Cove. HEX triplet: 72, 7E and 9E. RGB value is (114,126,158). Sum of RGB (Red+Green+Blue) = 114+126+158=398 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.64% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 158 (62.11% from 255 or 39.70% from 398); Max value from RGB is 158 - color contains mainly: blue. Hex color #727E9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #727E9E is #8D8161. Grayscale: #7D7D7D. Windows color (decimal): -9273698 or 10387058. OLE color: 10387058.

HSL color Cylindrical-coordinate representation of color #727E9E: hue angle of 223.64º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #727E9E is Cyan = 0.28, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB114126158-
CMYK0.280.2000.38
HSL223.64º18.49%53.33%-
HSV(B)223.64º27.85%61.96%-
XYZ20.5720.9735.31-
YUV126.06146.02119.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.64%
GREEN value IS 126 (49.61% from 255) = 31.66%
BLUE value IS 158 (62.11% from 255) = 39.70%
R=28.64%
G=31.66%
B=39.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141261580.280.2000.38223.6418.4953.33
Hex727E9E1C14026e01235
Octal16217623634240463402265
Binary1110010111111010011110111001010001001101110000010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #727E9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,126,158); }

 H1.HeaderClassName
 {
   color: #727E9E;
 }
 .AnyTagClassName
 {
   color: #727E9E;
 }
</style>
background-color css

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

 a { background-color: rgb(114,126,158); }

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

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

 span { border-color: rgb(114,126,158); }

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