Html Css Color HEX #757D99 Ship Cove

📋 copy color: '#757D99'

red 117 ◦ green 125 ◦ blue 153

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

Shades of Ship Cove #757D99

Tints of Ship Cove #757D99

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.65%

 BLUE value IS 153 (60.16% from 255) = 38.73%

R = 29.62%
G = 31.65%
B = 38.73%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#757D99 (or 0x757D99) is known color: Ship Cove. HEX triplet: 75, 7D and 99. RGB value is (117,125,153). Sum of RGB (Red+Green+Blue) = 117+125+153=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 153 (60.16% from 255 or 38.73% from 395); Max value from RGB is 153 - color contains mainly: blue. Hex color #757D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757D99 is #8A8266. Grayscale: #7D7D7D. Windows color (decimal): -9077351 or 10059125. OLE color: 10059125.

HSL color Cylindrical-coordinate representation of color #757D99: hue angle of 226.67º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #757D99 is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 125 153 -
CMYK 0.24 0.18 0 0.4
HSL 226.67º 0.15% 0.53% -
HSV(B) 226.67º 0.24% 0.6% -
XYZ 20.42 20.75 33.07 -
YUV 125.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 117 125 153 0.24 0.18 0 0.4 226.67 0.15 0.53
Hex 75 7D 99 18 12 0 28 E3 F 35
Octal 165 175 231 30 22 0 50 343 17 65
Binary 1110101 1111101 10011001 11000 10010 0 101000 11100011 1111 110101

Color Harmonies of #757D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757D99

Black with #757D99

Text Example


Text Example

White with #757D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757D99; }

 p { color: rgb(117,125,153); }

 H1.HeaderClassName
 {
   color: #757D99;
 }
 .AnyTagClassName
 {
   color: #757D99;
 }
</style>

background-color css

<style>
 a { background-color: #757D99; }

 a { background-color: rgb(117,125,153); }

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

border-color css

<style>
 span { border-color: #757D99; }

 span { border-color: rgb(117,125,153); }

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