Html Css Color HEX #73809C Ship Cove

📋 copy color: '#73809C'

red 115 ◦ green 128 ◦ blue 156

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

Shades of Ship Cove #73809C

Tints of Ship Cove #73809C

RGB

 RED value IS 115 (45.31% from 255) = 28.82%

 GREEN value IS 128 (50.39% from 255) = 32.08%

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

R = 28.82%
G = 32.08%
B = 39.1%

CMYK

 C value IS 0.26

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73809C (or 0x73809C) is known color: Ship Cove. HEX triplet: 73, 80 and 9C. RGB value is (115,128,156). Sum of RGB (Red+Green+Blue) = 115+128+156=399 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.82% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #73809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73809C is #8C7F63. Grayscale: #7F7F7F. Windows color (decimal): -9207652 or 10256499. OLE color: 10256499.

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

Color convert

RGB 115 128 156 -
CMYK 0.26 0.18 0 0.39
HSL 220.98º 0.17% 0.53% -
HSV(B) 220.98º 0.26% 0.61% -
XYZ 20.79 21.48 34.5 -
YUV 127.31 144.19 119.22 -
System Red Green Blue C M Y K H S L
Decimal 115 128 156 0.26 0.18 0 0.39 220.98 0.17 0.53
Hex 73 80 9C 1A 12 0 27 DD 11 35
Octal 163 200 234 32 22 0 47 335 21 65
Binary 1110011 10000000 10011100 11010 10010 0 100111 11011101 10001 110101

Color Harmonies of #73809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73809C

Black with #73809C

Text Example


Text Example

White with #73809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,128,156); }

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

background-color css

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

 a { background-color: rgb(115,128,156); }

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

border-color css

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

 span { border-color: rgb(115,128,156); }

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