Html Css Color HEX #7FB7AF Gulf Stream

📋 copy color: '#7FB7AF'

red 127 ◦ green 183 ◦ blue 175

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

Shades of Gulf Stream #7FB7AF

Tints of Gulf Stream #7FB7AF

RGB

 RED value IS 127 (50% from 255) = 26.19%

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

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

R = 26.19%
G = 37.73%
B = 36.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.28

RGB Variations

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

Color information

#7FB7AF (or 0x7FB7AF) is known color: Gulf Stream. HEX triplet: 7F, B7 and AF. RGB value is (127,183,175). Sum of RGB (Red+Green+Blue) = 127+183+175=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #7FB7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB7AF is #804850. Grayscale: #A5A5A5. Windows color (decimal): -8407121 or 11515775. OLE color: 11515775.

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

Color convert

RGB 127 183 175 -
CMYK 0.31 0 0.04 0.28
HSL 171.43º 0.28% 0.61% -
HSV(B) 171.43º 0.31% 0.72% -
XYZ 33.42 41.47 46.8 -
YUV 165.34 133.45 100.65 -
System Red Green Blue C M Y K H S L
Decimal 127 183 175 0.31 0 0.04 0.28 171.43 0.28 0.61
Hex 7F B7 AF 1F 0 4 1C AB 1C 3D
Octal 177 267 257 37 0 4 34 253 34 75
Binary 1111111 10110111 10101111 11111 0 100 11100 10101011 11100 111101

Color Harmonies of #7FB7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB7AF

Black with #7FB7AF

Text Example


Text Example

White with #7FB7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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