Html Css Color HEX #757CAC Ship Cove

📋 copy color: '#757CAC'

red 117 ◦ green 124 ◦ blue 172

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

Shades of Ship Cove #757CAC

Tints of Ship Cove #757CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 41.65%

R = 28.33%
G = 30.02%
B = 41.65%

CMYK

 C value IS 0.32

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#757CAC (or 0x757CAC) is known color: Ship Cove. HEX triplet: 75, 7C and AC. RGB value is (117,124,172). Sum of RGB (Red+Green+Blue) = 117+124+172=413 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.33% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #757CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757CAC is #8A8353. Grayscale: #7F7F7F. Windows color (decimal): -9077588 or 11304053. OLE color: 11304053.

HSL color Cylindrical-coordinate representation of color #757CAC: hue angle of 232.36º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #757CAC is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 124 172 -
CMYK 0.32 0.28 0 0.33
HSL 232.36º 0.25% 0.57% -
HSV(B) 232.36º 0.32% 0.67% -
XYZ 21.99 21.18 41.96 -
YUV 127.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 117 124 172 0.32 0.28 0 0.33 232.36 0.25 0.57
Hex 75 7C AC 20 1C 0 21 E8 19 39
Octal 165 174 254 40 34 0 41 350 31 71
Binary 1110101 1111100 10101100 100000 11100 0 100001 11101000 11001 111001

Color Harmonies of #757CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CAC

Black with #757CAC

Text Example


Text Example

White with #757CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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