Html Css Color HEX #72799C Ship Cove

📋 copy color: '#72799C'

red 114 ◦ green 121 ◦ blue 156

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

Shades of Ship Cove #72799C

Tints of Ship Cove #72799C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.95%

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

R = 29.16%
G = 30.95%
B = 39.9%

CMYK

 C value IS 0.27

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72799C (or 0x72799C) is known color: Ship Cove. HEX triplet: 72, 79 and 9C. RGB value is (114,121,156). Sum of RGB (Red+Green+Blue) = 114+121+156=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 121 (47.66% from 255 or 30.95% from 391); Blue value is 156 (61.33% from 255 or 39.90% from 391); Max value from RGB is 156 - color contains mainly: blue. Hex color #72799C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72799C is #8D8663. Grayscale: #7A7A7A. Windows color (decimal): -9274980 or 10254706. OLE color: 10254706.

HSL color Cylindrical-coordinate representation of color #72799C: hue angle of 230º 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 #72799C is Cyan = 0.27, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 121 156 -
CMYK 0.27 0.22 0 0.39
HSL 230º 0.18% 0.53% -
HSV(B) 230º 0.27% 0.61% -
XYZ 19.78 19.65 34.2 -
YUV 122.9 146.68 121.65 -
System Red Green Blue C M Y K H S L
Decimal 114 121 156 0.27 0.22 0 0.39 230 0.18 0.53
Hex 72 79 9C 1B 16 0 27 E6 12 35
Octal 162 171 234 33 26 0 47 346 22 65
Binary 1110010 1111001 10011100 11011 10110 0 100111 11100110 10010 110101

Color Harmonies of #72799C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72799C

Black with #72799C

Text Example


Text Example

White with #72799C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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