Html Css Color HEX #347777 Atoll

📋 copy color: '#347777'

red 52 ◦ green 119 ◦ blue 119

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

Shades of Atoll #347777

Tints of Atoll #347777

RGB

 RED value IS 52 (20.7% from 255) = 17.93%

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

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

R = 17.93%
G = 41.03%
B = 41.03%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#347777 (or 0x347777) is known color: Atoll. HEX triplet: 34, 77 and 77. RGB value is (52,119,119). Sum of RGB (Red+Green+Blue) = 52+119+119=290 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.93% from 290); Green value is 119 (46.88% from 255 or 41.03% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #347777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #347777 is #CB8888. Grayscale: #626262. Windows color (decimal): -13338761 or 7829300. OLE color: 7829300.

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

Color convert

RGB 52 119 119 -
CMYK 0.56 0 0 0.53
HSL 180º 0.39% 0.34% -
HSV(B) 180º 0.56% 0.47% -
XYZ 11.34 15.26 19.8 -
YUV 98.97 139.3 94.5 -
System Red Green Blue C M Y K H S L
Decimal 52 119 119 0.56 0 0 0.53 180 0.39 0.34
Hex 34 77 77 38 0 0 35 B4 27 22
Octal 64 167 167 70 0 0 65 264 47 42
Binary 110100 1110111 1110111 111000 0 0 110101 10110100 100111 100010

Color Harmonies of #347777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #347777

Black with #347777

Text Example


Text Example

White with #347777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #347777; }

 p { color: rgb(52,119,119); }

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

background-color css

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

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

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

border-color css

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

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

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