Html Css Color HEX #72799B Ship Cove

📋 copy color: '#72799B'

red 114 ◦ green 121 ◦ blue 155

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

Shades of Ship Cove #72799B

Tints of Ship Cove #72799B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 39.74%

R = 29.23%
G = 31.03%
B = 39.74%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72799B (or 0x72799B) is known color: Ship Cove. HEX triplet: 72, 79 and 9B. RGB value is (114,121,155). Sum of RGB (Red+Green+Blue) = 114+121+155=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 121 (47.66% from 255 or 31.03% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 155 - color contains mainly: blue. Hex color #72799B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72799B is #8D8664. Grayscale: #7A7A7A. Windows color (decimal): -9274981 or 10189170. OLE color: 10189170.

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

Color convert

RGB 114 121 155 -
CMYK 0.26 0.22 0 0.39
HSL 229.76º 0.17% 0.53% -
HSV(B) 229.76º 0.26% 0.61% -
XYZ 19.69 19.62 33.76 -
YUV 122.78 146.18 121.74 -
System Red Green Blue C M Y K H S L
Decimal 114 121 155 0.26 0.22 0 0.39 229.76 0.17 0.53
Hex 72 79 9B 1A 16 0 27 E6 11 35
Octal 162 171 233 32 26 0 47 346 21 65
Binary 1110010 1111001 10011011 11010 10110 0 100111 11100110 10001 110101

Color Harmonies of #72799B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72799B

Black with #72799B

Text Example


Text Example

White with #72799B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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