Html Css Color HEX #72789C Ship Cove

📋 copy color: '#72789C'

red 114 ◦ green 120 ◦ blue 156

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

Shades of Ship Cove #72789C

Tints of Ship Cove #72789C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40%

R = 29.23%
G = 30.77%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72789C (or 0x72789C) is known color: Ship Cove. HEX triplet: 72, 78 and 9C. RGB value is (114,120,156). Sum of RGB (Red+Green+Blue) = 114+120+156=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 120 (47.27% from 255 or 30.77% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 156 - color contains mainly: blue. Hex color #72789C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72789C is #8D8763. Grayscale: #7A7A7A. Windows color (decimal): -9275236 or 10254450. OLE color: 10254450.

HSL color Cylindrical-coordinate representation of color #72789C: hue angle of 231.43º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #72789C is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 120 156 -
CMYK 0.27 0.23 0 0.39
HSL 231.43º 0.18% 0.53% -
HSV(B) 231.43º 0.27% 0.61% -
XYZ 19.66 19.41 34.16 -
YUV 122.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 114 120 156 0.27 0.23 0 0.39 231.43 0.18 0.53
Hex 72 78 9C 1B 17 0 27 E7 12 35
Octal 162 170 234 33 27 0 47 347 22 65
Binary 1110010 1111000 10011100 11011 10111 0 100111 11100111 10010 110101

Color Harmonies of #72789C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72789C

Black with #72789C

Text Example


Text Example

White with #72789C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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