Html Css Color HEX #72789F Ship Cove

📋 copy color: '#72789F'

red 114 ◦ green 120 ◦ blue 159

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

Shades of Ship Cove #72789F

Tints of Ship Cove #72789F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.53%

 BLUE value IS 159 (62.5% from 255) = 40.46%

R = 29.01%
G = 30.53%
B = 40.46%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72789F (or 0x72789F) is known color: Ship Cove. HEX triplet: 72, 78 and 9F. RGB value is (114,120,159). Sum of RGB (Red+Green+Blue) = 114+120+159=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 120 (47.27% from 255 or 30.53% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #72789F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72789F is #8D8760. Grayscale: #7A7A7A. Windows color (decimal): -9275233 or 10451058. OLE color: 10451058.

HSL color Cylindrical-coordinate representation of color #72789F: hue angle of 232º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72789F is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 120 159 -
CMYK 0.28 0.25 0 0.38
HSL 232º 0.19% 0.54% -
HSV(B) 232º 0.28% 0.62% -
XYZ 19.91 19.51 35.52 -
YUV 122.65 148.51 121.83 -
System Red Green Blue C M Y K H S L
Decimal 114 120 159 0.28 0.25 0 0.38 232 0.19 0.54
Hex 72 78 9F 1C 19 0 26 E8 13 36
Octal 162 170 237 34 31 0 46 350 23 66
Binary 1110010 1111000 10011111 11100 11001 0 100110 11101000 10011 110110

Color Harmonies of #72789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72789F

Black with #72789F

Text Example


Text Example

White with #72789F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72789F; }

 p { color: rgb(114,120,159); }

 H1.HeaderClassName
 {
   color: #72789F;
 }
 .AnyTagClassName
 {
   color: #72789F;
 }
</style>

background-color css

<style>
 a { background-color: #72789F; }

 a { background-color: rgb(114,120,159); }

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

border-color css

<style>
 span { border-color: #72789F; }

 span { border-color: rgb(114,120,159); }

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