Html Css Color HEX #758CAC Ship Cove

📋 copy color: '#758CAC'

red 117 ◦ green 140 ◦ blue 172

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

Shades of Ship Cove #758CAC

Tints of Ship Cove #758CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.63%

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

R = 27.27%
G = 32.63%
B = 40.09%

CMYK

 C value IS 0.32

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#758CAC (or 0x758CAC) is known color: Ship Cove. HEX triplet: 75, 8C and AC. RGB value is (117,140,172). Sum of RGB (Red+Green+Blue) = 117+140+172=429 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.27% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #758CAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758CAC is #8A7353. Grayscale: #888888. Windows color (decimal): -9073492 or 11308149. OLE color: 11308149.

HSL color Cylindrical-coordinate representation of color #758CAC: hue angle of 214.91º 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 #758CAC is Cyan = 0.32, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 140 172 -
CMYK 0.32 0.19 0 0.33
HSL 214.91º 0.25% 0.57% -
HSV(B) 214.91º 0.32% 0.67% -
XYZ 24.16 25.52 42.68 -
YUV 136.77 147.88 113.9 -
System Red Green Blue C M Y K H S L
Decimal 117 140 172 0.32 0.19 0 0.33 214.91 0.25 0.57
Hex 75 8C AC 20 13 0 21 D7 19 39
Octal 165 214 254 40 23 0 41 327 31 71
Binary 1110101 10001100 10101100 100000 10011 0 100001 11010111 11001 111001

Color Harmonies of #758CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CAC

Black with #758CAC

Text Example


Text Example

White with #758CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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