Html Css Color HEX #75A5A0 Tradewind

📋 copy color: '#75A5A0'

red 117 ◦ green 165 ◦ blue 160

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

Shades of Tradewind #75A5A0

Tints of Tradewind #75A5A0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.33%

 BLUE value IS 160 (62.89% from 255) = 36.2%

R = 26.47%
G = 37.33%
B = 36.2%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#75A5A0 (or 0x75A5A0) is known color: Tradewind. HEX triplet: 75, A5 and A0. RGB value is (117,165,160). Sum of RGB (Red+Green+Blue) = 117+165+160=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 165 - color contains mainly: green. Hex color #75A5A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A5A0 is #8A5A5F. Grayscale: #969696. Windows color (decimal): -9067104 or 10528117. OLE color: 10528117.

HSL color Cylindrical-coordinate representation of color #75A5A0: hue angle of 173.75º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75A5A0 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.35.

Color convert

RGB 117 165 160 -
CMYK 0.29 0 0.03 0.35
HSL 173.75º 0.21% 0.55% -
HSV(B) 173.75º 0.29% 0.65% -
XYZ 27.14 33.23 38.24 -
YUV 150.08 133.6 104.41 -
System Red Green Blue C M Y K H S L
Decimal 117 165 160 0.29 0 0.03 0.35 173.75 0.21 0.55
Hex 75 A5 A0 1D 0 3 23 AE 15 37
Octal 165 245 240 35 0 3 43 256 25 67
Binary 1110101 10100101 10100000 11101 0 11 100011 10101110 10101 110111

Color Harmonies of #75A5A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A5A0

Black with #75A5A0

Text Example


Text Example

White with #75A5A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75A5A0; }

 p { color: rgb(117,165,160); }

 H1.HeaderClassName
 {
   color: #75A5A0;
 }
 .AnyTagClassName
 {
   color: #75A5A0;
 }
</style>

background-color css

<style>
 a { background-color: #75A5A0; }

 a { background-color: rgb(117,165,160); }

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

border-color css

<style>
 span { border-color: #75A5A0; }

 span { border-color: rgb(117,165,160); }

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