#33777A

Color #33777A Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #33777A

Tints of Atoll #33777A

Color information

#33777A (or 0x33777A) is unknown color: approx Atoll. HEX triplet: 33, 77 and 7A. RGB value is (51,119,122). Sum of RGB (Red+Green+Blue) = 51+119+122=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 122 (48.05% from 255 or 41.78% from 292); Max value from RGB is 122 - color contains mainly: blue. Hex color #33777A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33777A is #CC8885. Grayscale: #626262. Windows color (decimal): -13404294 or 8025907. OLE color: 8025907.

HSL color Cylindrical-coordinate representation of color #33777A: hue angle of 182.54º 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 #33777A is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB51119122-
CMYK0.580.0200.52
HSL182.54º41.04%33.92%-
HSV(B)182.54º58.2%47.84%-
XYZ11.4715.320.76-
YUV99.01140.9793.76-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.47%
GREEN value IS 119 (46.88% from 255) = 40.75%
BLUE value IS 122 (48.05% from 255) = 41.78%
R=17.47%
G=40.75%
B=41.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511191220.580.0200.52182.5441.0433.92
Hex33777A3A2034b72922
Octal631671727220642675142
Binary1100111110111111101011101010011010010110111101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33777A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33777A; }

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

 H1.HeaderClassName
 {
   color: #33777A;
 }
 .AnyTagClassName
 {
   color: #33777A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #33777A;
 }
 .BgClassName
 {
   background-color: #33777A;
 }
</style>
border-color css

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

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

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