Html Css Color HEX #7AA49C Gulf Stream

📋 copy color: '#7AA49C'

red 122 ◦ green 164 ◦ blue 156

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

Shades of Gulf Stream #7AA49C

Tints of Gulf Stream #7AA49C

RGB

 RED value IS 122 (48.05% from 255) = 27.6%

 GREEN value IS 164 (64.45% from 255) = 37.1%

 BLUE value IS 156 (61.33% from 255) = 35.29%

R = 27.6%
G = 37.1%
B = 35.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.36

RGB Variations

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

Color information

#7AA49C (or 0x7AA49C) is known color: Gulf Stream. HEX triplet: 7A, A4 and 9C. RGB value is (122,164,156). Sum of RGB (Red+Green+Blue) = 122+164+156=442 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.60% from 442); Green value is 164 (64.45% from 255 or 37.10% from 442); Blue value is 156 (61.33% from 255 or 35.29% from 442); Max value from RGB is 164 - color contains mainly: green. Hex color #7AA49C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA49C is #855B63. Grayscale: #969696. Windows color (decimal): -8739684 or 10265722. OLE color: 10265722.

HSL color Cylindrical-coordinate representation of color #7AA49C: hue angle of 168.57º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7AA49C is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.36.

Color convert

RGB 122 164 156 -
CMYK 0.26 0 0.05 0.36
HSL 168.57º 0.19% 0.56% -
HSV(B) 168.57º 0.26% 0.64% -
XYZ 27.3 33.09 36.4 -
YUV 150.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 122 164 156 0.26 0 0.05 0.36 168.57 0.19 0.56
Hex 7A A4 9C 1A 0 5 24 A9 13 38
Octal 172 244 234 32 0 5 44 251 23 70
Binary 1111010 10100100 10011100 11010 0 101 100100 10101001 10011 111000

Color Harmonies of #7AA49C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AA49C

Black with #7AA49C

Text Example


Text Example

White with #7AA49C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7AA49C; }

 p { color: rgb(122,164,156); }

 H1.HeaderClassName
 {
   color: #7AA49C;
 }
 .AnyTagClassName
 {
   color: #7AA49C;
 }
</style>

background-color css

<style>
 a { background-color: #7AA49C; }

 a { background-color: rgb(122,164,156); }

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

border-color css

<style>
 span { border-color: #7AA49C; }

 span { border-color: rgb(122,164,156); }

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