Html Css Color HEX #337A77 Atoll

📋 copy color: '#337A77'

red 51 ◦ green 122 ◦ blue 119

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

Shades of Atoll #337A77

Tints of Atoll #337A77

RGB

 RED value IS 51 (20.31% from 255) = 17.47%

 GREEN value IS 122 (48.05% from 255) = 41.78%

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

R = 17.47%
G = 41.78%
B = 40.75%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#337A77 (or 0x337A77) is known color: Atoll. HEX triplet: 33, 7A and 77. RGB value is (51,122,119). Sum of RGB (Red+Green+Blue) = 51+122+119=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 122 (48.05% from 255 or 41.78% from 292); Blue value is 119 (46.88% from 255 or 40.75% from 292); Max value from RGB is 122 - color contains mainly: green. Hex color #337A77 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337A77 is #CC8588. Grayscale: #646464. Windows color (decimal): -13403529 or 7830067. OLE color: 7830067.

HSL color Cylindrical-coordinate representation of color #337A77: hue angle of 177.46º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #337A77 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 51 122 119 -
CMYK 0.58 0 0.02 0.52
HSL 177.46º 0.41% 0.34% -
HSV(B) 177.46º 0.58% 0.48% -
XYZ 11.65 15.95 19.92 -
YUV 100.43 138.48 92.74 -
System Red Green Blue C M Y K H S L
Decimal 51 122 119 0.58 0 0.02 0.52 177.46 0.41 0.34
Hex 33 7A 77 3A 0 2 34 B1 29 22
Octal 63 172 167 72 0 2 64 261 51 42
Binary 110011 1111010 1110111 111010 0 10 110100 10110001 101001 100010

Color Harmonies of #337A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337A77

Black with #337A77

Text Example


Text Example

White with #337A77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337A77; }

 p { color: rgb(51,122,119); }

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

background-color css

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

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

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

border-color css

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

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

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