Html Css Color HEX #33777C Atoll

📋 copy color: '#33777C'

red 51 ◦ green 119 ◦ blue 124

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

Shades of Atoll #33777C

Tints of Atoll #33777C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 42.18%

R = 17.35%
G = 40.48%
B = 42.18%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#33777C (or 0x33777C) is known color: Atoll. HEX triplet: 33, 77 and 7C. RGB value is (51,119,124). Sum of RGB (Red+Green+Blue) = 51+119+124=294 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.35% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 124 - color contains mainly: blue. Hex color #33777C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33777C is #CC8883. Grayscale: #636363. Windows color (decimal): -13404292 or 8156979. OLE color: 8156979.

HSL color Cylindrical-coordinate representation of color #33777C: hue angle of 184.11º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33777C is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 119 124 -
CMYK 0.59 0.04 0 0.51
HSL 184.11º 0.42% 0.34% -
HSV(B) 184.11º 0.59% 0.49% -
XYZ 11.6 15.35 21.42 -
YUV 99.24 141.97 93.59 -
System Red Green Blue C M Y K H S L
Decimal 51 119 124 0.59 0.04 0 0.51 184.11 0.42 0.34
Hex 33 77 7C 3B 4 0 33 B8 2A 22
Octal 63 167 174 73 4 0 63 270 52 42
Binary 110011 1110111 1111100 111011 100 0 110011 10111000 101010 100010

Color Harmonies of #33777C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33777C

Black with #33777C

Text Example


Text Example

White with #33777C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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