Html Css Color HEX #75809C Ship Cove

📋 copy color: '#75809C'

red 117 ◦ green 128 ◦ blue 156

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

Shades of Ship Cove #75809C

Tints of Ship Cove #75809C

RGB

 RED value IS 117 (46.09% from 255) = 29.18%

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

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

R = 29.18%
G = 31.92%
B = 38.9%

CMYK

 C value IS 0.25

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75809C (or 0x75809C) is known color: Ship Cove. HEX triplet: 75, 80 and 9C. RGB value is (117,128,156). Sum of RGB (Red+Green+Blue) = 117+128+156=401 (53% of max value = 765). Red value is 117 (46.09% from 255 or 29.18% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 156 (61.33% from 255 or 38.90% from 401); Max value from RGB is 156 - color contains mainly: blue. Hex color #75809C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75809C is #8A7F63. Grayscale: #7F7F7F. Windows color (decimal): -9076580 or 10256501. OLE color: 10256501.

HSL color Cylindrical-coordinate representation of color #75809C: hue angle of 223.08º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75809C is Cyan = 0.25, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 128 156 -
CMYK 0.25 0.18 0 0.39
HSL 223.08º 0.16% 0.54% -
HSV(B) 223.08º 0.25% 0.61% -
XYZ 21.06 21.62 34.52 -
YUV 127.9 143.86 120.22 -
System Red Green Blue C M Y K H S L
Decimal 117 128 156 0.25 0.18 0 0.39 223.08 0.16 0.54
Hex 75 80 9C 19 12 0 27 DF 10 36
Octal 165 200 234 31 22 0 47 337 20 66
Binary 1110101 10000000 10011100 11001 10010 0 100111 11011111 10000 110110

Color Harmonies of #75809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75809C

Black with #75809C

Text Example


Text Example

White with #75809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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