Html Css Color HEX #75A89D Gulf Stream

📋 copy color: '#75A89D'

red 117 ◦ green 168 ◦ blue 157

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

Shades of Gulf Stream #75A89D

Tints of Gulf Stream #75A89D

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.01%

 BLUE value IS 157 (61.72% from 255) = 35.52%

R = 26.47%
G = 38.01%
B = 35.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#75A89D (or 0x75A89D) is known color: Gulf Stream. HEX triplet: 75, A8 and 9D. RGB value is (117,168,157). Sum of RGB (Red+Green+Blue) = 117+168+157=442 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.47% from 442); Green value is 168 (66.02% from 255 or 38.01% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 168 - color contains mainly: green. Hex color #75A89D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A89D is #8A5762. Grayscale: #979797. Windows color (decimal): -9066339 or 10332277. OLE color: 10332277.

HSL color Cylindrical-coordinate representation of color #75A89D: hue angle of 167.06º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A89D is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.34.

Color convert

RGB 117 168 157 -
CMYK 0.30 0 0.07 0.34
HSL 167.06º 0.23% 0.56% -
HSV(B) 167.06º 0.3% 0.66% -
XYZ 27.42 34.22 37.06 -
YUV 151.5 131.1 103.39 -
System Red Green Blue C M Y K H S L
Decimal 117 168 157 0.30 0 0.07 0.34 167.06 0.23 0.56
Hex 75 A8 9D 1E 0 7 22 A7 17 38
Octal 165 250 235 36 0 7 42 247 27 70
Binary 1110101 10101000 10011101 11110 0 111 100010 10100111 10111 111000

Color Harmonies of #75A89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75A89D

Black with #75A89D

Text Example


Text Example

White with #75A89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,168,157); }

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

background-color css

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

 a { background-color: rgb(117,168,157); }

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

border-color css

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

 span { border-color: rgb(117,168,157); }

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