Html Css Color HEX #75789D Ship Cove

📋 copy color: '#75789D'

red 117 ◦ green 120 ◦ blue 157

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

Shades of Ship Cove #75789D

Tints of Ship Cove #75789D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 39.85%

R = 29.7%
G = 30.46%
B = 39.85%

CMYK

 C value IS 0.25

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#75789D (or 0x75789D) is known color: Ship Cove. HEX triplet: 75, 78 and 9D. RGB value is (117,120,157). Sum of RGB (Red+Green+Blue) = 117+120+157=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 120 (47.27% from 255 or 30.46% from 394); Blue value is 157 (61.72% from 255 or 39.85% from 394); Max value from RGB is 157 - color contains mainly: blue. Hex color #75789D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75789D is #8A8762. Grayscale: #7B7B7B. Windows color (decimal): -9078627 or 10319989. OLE color: 10319989.

HSL color Cylindrical-coordinate representation of color #75789D: hue angle of 235.5º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75789D is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 117 120 157 -
CMYK 0.25 0.24 0 0.38
HSL 235.5º 0.17% 0.54% -
HSV(B) 235.5º 0.25% 0.62% -
XYZ 20.14 19.65 34.63 -
YUV 123.32 147.01 123.49 -
System Red Green Blue C M Y K H S L
Decimal 117 120 157 0.25 0.24 0 0.38 235.5 0.17 0.54
Hex 75 78 9D 19 18 0 26 EC 11 36
Octal 165 170 235 31 30 0 46 354 21 66
Binary 1110101 1111000 10011101 11001 11000 0 100110 11101100 10001 110110

Color Harmonies of #75789D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75789D

Black with #75789D

Text Example


Text Example

White with #75789D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75789D; }

 p { color: rgb(117,120,157); }

 H1.HeaderClassName
 {
   color: #75789D;
 }
 .AnyTagClassName
 {
   color: #75789D;
 }
</style>

background-color css

<style>
 a { background-color: #75789D; }

 a { background-color: rgb(117,120,157); }

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

border-color css

<style>
 span { border-color: #75789D; }

 span { border-color: rgb(117,120,157); }

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