Html Css Color HEX #74A89D Gulf Stream

📋 copy color: '#74A89D'

red 116 ◦ green 168 ◦ blue 157

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

Shades of Gulf Stream #74A89D

Tints of Gulf Stream #74A89D

RGB

 RED value IS 116 (45.7% from 255) = 26.3%

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

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

R = 26.3%
G = 38.1%
B = 35.6%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.07

 K value IS 0.34

RGB Variations

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

Color information

#74A89D (or 0x74A89D) is known color: Gulf Stream. HEX triplet: 74, A8 and 9D. RGB value is (116,168,157). Sum of RGB (Red+Green+Blue) = 116+168+157=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 168 (66.02% from 255 or 38.10% from 441); Blue value is 157 (61.72% from 255 or 35.60% from 441); Max value from RGB is 168 - color contains mainly: green. Hex color #74A89D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74A89D is #8B5762. Grayscale: #979797. Windows color (decimal): -9131875 or 10332276. OLE color: 10332276.

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

Color convert

RGB 116 168 157 -
CMYK 0.31 0 0.07 0.34
HSL 167.31º 0.23% 0.56% -
HSV(B) 167.31º 0.31% 0.66% -
XYZ 27.29 34.15 37.05 -
YUV 151.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 116 168 157 0.31 0 0.07 0.34 167.31 0.23 0.56
Hex 74 A8 9D 1F 0 7 22 A7 17 38
Octal 164 250 235 37 0 7 42 247 27 70
Binary 1110100 10101000 10011101 11111 0 111 100010 10100111 10111 111000

Color Harmonies of #74A89D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74A89D

Black with #74A89D

Text Example


Text Example

White with #74A89D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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