Html Css Color HEX #379F77 Gossamer

📋 copy color: '#379F77'

red 55 ◦ green 159 ◦ blue 119

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

Shades of Gossamer #379F77

Tints of Gossamer #379F77

RGB

 RED value IS 55 (21.88% from 255) = 16.52%

 GREEN value IS 159 (62.5% from 255) = 47.75%

 BLUE value IS 119 (46.88% from 255) = 35.74%

R = 16.52%
G = 47.75%
B = 35.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#379F77 (or 0x379F77) is known color: Gossamer. HEX triplet: 37, 9F and 77. RGB value is (55,159,119). Sum of RGB (Red+Green+Blue) = 55+159+119=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 119 (46.88% from 255 or 35.74% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #379F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379F77 is #C86088. Grayscale: #7B7B7B. Windows color (decimal): -13131913 or 7839543. OLE color: 7839543.

HSL color Cylindrical-coordinate representation of color #379F77: hue angle of 156.92º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379F77 is Cyan = 0.65, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 159 119 -
CMYK 0.65 0 0.25 0.38
HSL 156.92º 0.49% 0.42% -
HSV(B) 156.92º 0.65% 0.62% -
XYZ 17.3 26.94 21.74 -
YUV 123.34 125.54 79.25 -
System Red Green Blue C M Y K H S L
Decimal 55 159 119 0.65 0 0.25 0.38 156.92 0.49 0.42
Hex 37 9F 77 41 0 19 26 9D 31 2A
Octal 67 237 167 101 0 31 46 235 61 52
Binary 110111 10011111 1110111 1000001 0 11001 100110 10011101 110001 101010

Color Harmonies of #379F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379F77

Black with #379F77

Text Example


Text Example

White with #379F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379F77; }

 p { color: rgb(55,159,119); }

 H1.HeaderClassName
 {
   color: #379F77;
 }
 .AnyTagClassName
 {
   color: #379F77;
 }
</style>

background-color css

<style>
 a { background-color: #379F77; }

 a { background-color: rgb(55,159,119); }

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

border-color css

<style>
 span { border-color: #379F77; }

 span { border-color: rgb(55,159,119); }

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