Html Css Color HEX #757CAB Ship Cove

📋 copy color: '#757CAB'

red 117 ◦ green 124 ◦ blue 171

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

Shades of Ship Cove #757CAB

Tints of Ship Cove #757CAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.5%

R = 28.4%
G = 30.1%
B = 41.5%

CMYK

 C value IS 0.32

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#757CAB (or 0x757CAB) is known color: Ship Cove. HEX triplet: 75, 7C and AB. RGB value is (117,124,171). Sum of RGB (Red+Green+Blue) = 117+124+171=412 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.40% from 412); Green value is 124 (48.83% from 255 or 30.10% from 412); Blue value is 171 (67.19% from 255 or 41.50% from 412); Max value from RGB is 171 - color contains mainly: blue. Hex color #757CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #757CAB is #8A8354. Grayscale: #7F7F7F. Windows color (decimal): -9077589 or 11238517. OLE color: 11238517.

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

Color convert

RGB 117 124 171 -
CMYK 0.32 0.27 0 0.33
HSL 232.22º 0.24% 0.56% -
HSV(B) 232.22º 0.32% 0.67% -
XYZ 21.89 21.14 41.45 -
YUV 127.27 152.68 120.68 -
System Red Green Blue C M Y K H S L
Decimal 117 124 171 0.32 0.27 0 0.33 232.22 0.24 0.56
Hex 75 7C AB 20 1B 0 21 E8 18 38
Octal 165 174 253 40 33 0 41 350 30 70
Binary 1110101 1111100 10101011 100000 11011 0 100001 11101000 11000 111000

Color Harmonies of #757CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CAB

Black with #757CAB

Text Example


Text Example

White with #757CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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