Html Css Color HEX #757A9B Ship Cove

📋 copy color: '#757A9B'

red 117 ◦ green 122 ◦ blue 155

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

Shades of Ship Cove #757A9B

Tints of Ship Cove #757A9B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 30.96%

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

R = 29.7%
G = 30.96%
B = 39.34%

CMYK

 C value IS 0.25

 M value IS 0.21

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#757A9B (or 0x757A9B) is known color: Ship Cove. HEX triplet: 75, 7A and 9B. RGB value is (117,122,155). Sum of RGB (Red+Green+Blue) = 117+122+155=394 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.70% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #757A9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757A9B is #8A8564. Grayscale: #7C7C7C. Windows color (decimal): -9078117 or 10189429. OLE color: 10189429.

HSL color Cylindrical-coordinate representation of color #757A9B: hue angle of 232.11º 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 #757A9B is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 122 155 -
CMYK 0.25 0.21 0 0.39
HSL 232.11º 0.16% 0.53% -
HSV(B) 232.11º 0.25% 0.61% -
XYZ 20.21 20.07 33.82 -
YUV 124.27 145.34 122.82 -
System Red Green Blue C M Y K H S L
Decimal 117 122 155 0.25 0.21 0 0.39 232.11 0.16 0.53
Hex 75 7A 9B 19 15 0 27 E8 10 35
Octal 165 172 233 31 25 0 47 350 20 65
Binary 1110101 1111010 10011011 11001 10101 0 100111 11101000 10000 110101

Color Harmonies of #757A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757A9B

Black with #757A9B

Text Example


Text Example

White with #757A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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