Html Css Color HEX #758CAA Ship Cove

📋 copy color: '#758CAA'

red 117 ◦ green 140 ◦ blue 170

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

Shades of Ship Cove #758CAA

Tints of Ship Cove #758CAA

RGB

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

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

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

R = 27.4%
G = 32.79%
B = 39.81%

CMYK

 C value IS 0.31

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#758CAA (or 0x758CAA) is known color: Ship Cove. HEX triplet: 75, 8C and AA. RGB value is (117,140,170). Sum of RGB (Red+Green+Blue) = 117+140+170=427 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.40% from 427); Green value is 140 (55.08% from 255 or 32.79% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #758CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758CAA is #8A7355. Grayscale: #888888. Windows color (decimal): -9073494 or 11177077. OLE color: 11177077.

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

Color convert

RGB 117 140 170 -
CMYK 0.31 0.18 0 0.33
HSL 213.96º 0.24% 0.56% -
HSV(B) 213.96º 0.31% 0.67% -
XYZ 23.97 25.44 41.68 -
YUV 136.54 146.88 114.06 -
System Red Green Blue C M Y K H S L
Decimal 117 140 170 0.31 0.18 0 0.33 213.96 0.24 0.56
Hex 75 8C AA 1F 12 0 21 D6 18 38
Octal 165 214 252 37 22 0 41 326 30 70
Binary 1110101 10001100 10101010 11111 10010 0 100001 11010110 11000 111000

Color Harmonies of #758CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CAA

Black with #758CAA

Text Example


Text Example

White with #758CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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