Html Css Color HEX #327977 Atoll

📋 copy color: '#327977'

red 50 ◦ green 121 ◦ blue 119

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

Shades of Atoll #327977

Tints of Atoll #327977

RGB

 RED value IS 50 (19.92% from 255) = 17.24%

 GREEN value IS 121 (47.66% from 255) = 41.72%

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

R = 17.24%
G = 41.72%
B = 41.03%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#327977 (or 0x327977) is known color: Atoll. HEX triplet: 32, 79 and 77. RGB value is (50,121,119). Sum of RGB (Red+Green+Blue) = 50+121+119=290 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.24% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #327977 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327977 is #CD8688. Grayscale: #636363. Windows color (decimal): -13469321 or 7829810. OLE color: 7829810.

HSL color Cylindrical-coordinate representation of color #327977: hue angle of 178.31º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327977 is Cyan = 0.59, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 50 121 119 -
CMYK 0.59 0 0.02 0.53
HSL 178.31º 0.42% 0.34% -
HSV(B) 178.31º 0.59% 0.47% -
XYZ 11.48 15.68 19.88 -
YUV 99.54 138.98 92.66 -
System Red Green Blue C M Y K H S L
Decimal 50 121 119 0.59 0 0.02 0.53 178.31 0.42 0.34
Hex 32 79 77 3B 0 2 35 B2 2A 22
Octal 62 171 167 73 0 2 65 262 52 42
Binary 110010 1111001 1110111 111011 0 10 110101 10110010 101010 100010

Color Harmonies of #327977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327977

Black with #327977

Text Example


Text Example

White with #327977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327977; }

 p { color: rgb(50,121,119); }

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

background-color css

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

 a { background-color: rgb(50,121,119); }

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

border-color css

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

 span { border-color: rgb(50,121,119); }

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