Html Css Color HEX #77B7AF Gulf Stream

📋 copy color: '#77B7AF'

red 119 ◦ green 183 ◦ blue 175

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

Shades of Gulf Stream #77B7AF

Tints of Gulf Stream #77B7AF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.36%

 BLUE value IS 175 (68.75% from 255) = 36.69%

R = 24.95%
G = 38.36%
B = 36.69%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#77B7AF (or 0x77B7AF) is known color: Gulf Stream. HEX triplet: 77, B7 and AF. RGB value is (119,183,175). Sum of RGB (Red+Green+Blue) = 119+183+175=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #77B7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77B7AF is #884850. Grayscale: #A2A2A2. Windows color (decimal): -8931409 or 11515767. OLE color: 11515767.

HSL color Cylindrical-coordinate representation of color #77B7AF: hue angle of 172.5º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #77B7AF is Cyan = 0.35, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.28.

Color convert

RGB 119 183 175 -
CMYK 0.35 0 0.04 0.28
HSL 172.5º 0.31% 0.59% -
HSV(B) 172.5º 0.35% 0.72% -
XYZ 32.28 40.88 46.75 -
YUV 162.95 134.8 96.65 -
System Red Green Blue C M Y K H S L
Decimal 119 183 175 0.35 0 0.04 0.28 172.5 0.31 0.59
Hex 77 B7 AF 23 0 4 1C AC 1F 3B
Octal 167 267 257 43 0 4 34 254 37 73
Binary 1110111 10110111 10101111 100011 0 100 11100 10101100 11111 111011

Color Harmonies of #77B7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77B7AF

Black with #77B7AF

Text Example


Text Example

White with #77B7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,183,175); }

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

background-color css

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

 a { background-color: rgb(119,183,175); }

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

border-color css

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

 span { border-color: rgb(119,183,175); }

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