Html Css Color HEX #75789B Ship Cove

📋 copy color: '#75789B'

red 117 ◦ green 120 ◦ blue 155

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

Shades of Ship Cove #75789B

Tints of Ship Cove #75789B

RGB

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

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

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

R = 29.85%
G = 30.61%
B = 39.54%

CMYK

 C value IS 0.25

 M value IS 0.23

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#75789B (or 0x75789B) is known color: Ship Cove. HEX triplet: 75, 78 and 9B. RGB value is (117,120,155). Sum of RGB (Red+Green+Blue) = 117+120+155=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 120 (47.27% from 255 or 30.61% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #75789B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #75789B is #8A8764. Grayscale: #7A7A7A. Windows color (decimal): -9078629 or 10188917. OLE color: 10188917.

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

Color convert

RGB 117 120 155 -
CMYK 0.25 0.23 0 0.39
HSL 235.26º 0.16% 0.53% -
HSV(B) 235.26º 0.25% 0.61% -
XYZ 19.97 19.58 33.74 -
YUV 123.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 117 120 155 0.25 0.23 0 0.39 235.26 0.16 0.53
Hex 75 78 9B 19 17 0 27 EB 10 35
Octal 165 170 233 31 27 0 47 353 20 65
Binary 1110101 1111000 10011011 11001 10111 0 100111 11101011 10000 110101

Color Harmonies of #75789B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75789B

Black with #75789B

Text Example


Text Example

White with #75789B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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