Html Css Color HEX #77B6A3 Gulf Stream

📋 copy color: '#77B6A3'

red 119 ◦ green 182 ◦ blue 163

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

Shades of Gulf Stream #77B6A3

Tints of Gulf Stream #77B6A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 35.13%

R = 25.65%
G = 39.22%
B = 35.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.29

RGB Variations

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

Color information

#77B6A3 (or 0x77B6A3) is known color: Gulf Stream. HEX triplet: 77, B6 and A3. RGB value is (119,182,163). Sum of RGB (Red+Green+Blue) = 119+182+163=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 182 (71.48% from 255 or 39.22% from 464); Blue value is 163 (64.06% from 255 or 35.13% from 464); Max value from RGB is 182 - color contains mainly: green. Hex color #77B6A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B6A3 is #88495C. Grayscale: #A1A1A1. Windows color (decimal): -8931677 or 10729079. OLE color: 10729079.

HSL color Cylindrical-coordinate representation of color #77B6A3: hue angle of 161.9º 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 #77B6A3 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.29.

Color convert

RGB 119 182 163 -
CMYK 0.35 0 0.10 0.29
HSL 161.9º 0.3% 0.59% -
HSV(B) 161.9º 0.35% 0.71% -
XYZ 30.95 40.02 40.74 -
YUV 161 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 119 182 163 0.35 0 0.10 0.29 161.9 0.3 0.59
Hex 77 B6 A3 23 0 A 1D A2 1E 3B
Octal 167 266 243 43 0 12 35 242 36 73
Binary 1110111 10110110 10100011 100011 0 1010 11101 10100010 11110 111011

Color Harmonies of #77B6A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B6A3

Black with #77B6A3

Text Example


Text Example

White with #77B6A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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