Html Css Color HEX #757CAA Ship Cove

📋 copy color: '#757CAA'

red 117 ◦ green 124 ◦ blue 170

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

Shades of Ship Cove #757CAA

Tints of Ship Cove #757CAA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.17%

 BLUE value IS 170 (66.8% from 255) = 41.36%

R = 28.47%
G = 30.17%
B = 41.36%

CMYK

 C value IS 0.31

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#757CAA (or 0x757CAA) is known color: Ship Cove. HEX triplet: 75, 7C and AA. RGB value is (117,124,170). Sum of RGB (Red+Green+Blue) = 117+124+170=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 124 (48.83% from 255 or 30.17% from 411); Blue value is 170 (66.80% from 255 or 41.36% from 411); Max value from RGB is 170 - color contains mainly: blue. Hex color #757CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757CAA is #8A8355. Grayscale: #7E7E7E. Windows color (decimal): -9077590 or 11172981. OLE color: 11172981.

HSL color Cylindrical-coordinate representation of color #757CAA: hue angle of 232.08º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757CAA is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 124 170 -
CMYK 0.31 0.27 0 0.33
HSL 232.08º 0.24% 0.56% -
HSV(B) 232.08º 0.31% 0.67% -
XYZ 21.8 21.1 40.95 -
YUV 127.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 117 124 170 0.31 0.27 0 0.33 232.08 0.24 0.56
Hex 75 7C AA 1F 1B 0 21 E8 18 38
Octal 165 174 252 37 33 0 41 350 30 70
Binary 1110101 1111100 10101010 11111 11011 0 100001 11101000 11000 111000

Color Harmonies of #757CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CAA

Black with #757CAA

Text Example


Text Example

White with #757CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,124,170); }

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

background-color css

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

 a { background-color: rgb(117,124,170); }

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

border-color css

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

 span { border-color: rgb(117,124,170); }

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