Html Css Color HEX #327775 Atoll

📋 copy color: '#327775'

red 50 ◦ green 119 ◦ blue 117

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

Shades of Atoll #327775

Tints of Atoll #327775

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.61%

 BLUE value IS 117 (46.09% from 255) = 40.91%

R = 17.48%
G = 41.61%
B = 40.91%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#327775 (or 0x327775) is known color: Atoll. HEX triplet: 32, 77 and 75. RGB value is (50,119,117). Sum of RGB (Red+Green+Blue) = 50+119+117=286 (37% of max value = 765). Red value is 50 (19.92% from 255 or 17.48% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 117 (46.09% from 255 or 40.91% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #327775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #327775 is #CD888A. Grayscale: #626262. Windows color (decimal): -13469835 or 7698226. OLE color: 7698226.

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

Color convert

RGB 50 119 117 -
CMYK 0.58 0 0.02 0.53
HSL 178.26º 0.41% 0.33% -
HSV(B) 178.26º 0.58% 0.47% -
XYZ 11.12 15.16 19.17 -
YUV 98.14 138.64 93.66 -
System Red Green Blue C M Y K H S L
Decimal 50 119 117 0.58 0 0.02 0.53 178.26 0.41 0.33
Hex 32 77 75 3A 0 2 35 B2 29 21
Octal 62 167 165 72 0 2 65 262 51 41
Binary 110010 1110111 1110101 111010 0 10 110101 10110010 101001 100001

Color Harmonies of #327775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #327775

Black with #327775

Text Example


Text Example

White with #327775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #327775; }

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

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

background-color css

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

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

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

border-color css

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

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

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