Html Css Color HEX #77B6A7 Gulf Stream

📋 copy color: '#77B6A7'

red 119 ◦ green 182 ◦ blue 167

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

Shades of Gulf Stream #77B6A7

Tints of Gulf Stream #77B6A7

RGB

 RED value IS 119 (46.88% from 255) = 25.43%

 GREEN value IS 182 (71.48% from 255) = 38.89%

 BLUE value IS 167 (65.63% from 255) = 35.68%

R = 25.43%
G = 38.89%
B = 35.68%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.08

 K value IS 0.29

RGB Variations

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

Color information

#77B6A7 (or 0x77B6A7) is known color: Gulf Stream. HEX triplet: 77, B6 and A7. RGB value is (119,182,167). Sum of RGB (Red+Green+Blue) = 119+182+167=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #77B6A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B6A7 is #884958. Grayscale: #A1A1A1. Windows color (decimal): -8931673 or 10991223. OLE color: 10991223.

HSL color Cylindrical-coordinate representation of color #77B6A7: hue angle of 165.71º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77B6A7 is Cyan = 0.35, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 182 167 -
CMYK 0.35 0 0.08 0.29
HSL 165.71º 0.3% 0.59% -
HSV(B) 165.71º 0.35% 0.71% -
XYZ 31.31 40.17 42.66 -
YUV 161.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 119 182 167 0.35 0 0.08 0.29 165.71 0.3 0.59
Hex 77 B6 A7 23 0 8 1D A6 1E 3B
Octal 167 266 247 43 0 10 35 246 36 73
Binary 1110111 10110110 10100111 100011 0 1000 11101 10100110 11110 111011

Color Harmonies of #77B6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B6A7

Black with #77B6A7

Text Example


Text Example

White with #77B6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77B6A7; }

 p { color: rgb(119,182,167); }

 H1.HeaderClassName
 {
   color: #77B6A7;
 }
 .AnyTagClassName
 {
   color: #77B6A7;
 }
</style>

background-color css

<style>
 a { background-color: #77B6A7; }

 a { background-color: rgb(119,182,167); }

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

border-color css

<style>
 span { border-color: #77B6A7; }

 span { border-color: rgb(119,182,167); }

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