Html Css Color HEX #7BA79D Gulf Stream

📋 copy color: '#7BA79D'

red 123 ◦ green 167 ◦ blue 157

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

Shades of Gulf Stream #7BA79D

Tints of Gulf Stream #7BA79D

RGB

 RED value IS 123 (48.44% from 255) = 27.52%

 GREEN value IS 167 (65.63% from 255) = 37.36%

 BLUE value IS 157 (61.72% from 255) = 35.12%

R = 27.52%
G = 37.36%
B = 35.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#7BA79D (or 0x7BA79D) is known color: Gulf Stream. HEX triplet: 7B, A7 and 9D. RGB value is (123,167,157). Sum of RGB (Red+Green+Blue) = 123+167+157=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 167 (65.62% from 255 or 37.36% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 167 - color contains mainly: green. Hex color #7BA79D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA79D is #845862. Grayscale: #989898. Windows color (decimal): -8673379 or 10332027. OLE color: 10332027.

HSL color Cylindrical-coordinate representation of color #7BA79D: hue angle of 166.36º degrees, saturation: 0.2, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7BA79D is Cyan = 0.26, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 123 167 157 -
CMYK 0.26 0 0.06 0.35
HSL 166.36º 0.2% 0.57% -
HSV(B) 166.36º 0.26% 0.65% -
XYZ 28.07 34.28 37.04 -
YUV 152.7 130.42 106.81 -
System Red Green Blue C M Y K H S L
Decimal 123 167 157 0.26 0 0.06 0.35 166.36 0.2 0.57
Hex 7B A7 9D 1A 0 6 23 A6 14 39
Octal 173 247 235 32 0 6 43 246 24 71
Binary 1111011 10100111 10011101 11010 0 110 100011 10100110 10100 111001

Color Harmonies of #7BA79D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BA79D

Black with #7BA79D

Text Example


Text Example

White with #7BA79D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,167,157); }

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

background-color css

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

 a { background-color: rgb(123,167,157); }

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

border-color css

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

 span { border-color: rgb(123,167,157); }

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