#77ccc7

Color #77CCC7 Downy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Downy #77CCC7

Tints of Downy #77CCC7

Color information

#77CCC7 (or 0x77CCC7) is unknown color: approx Downy. HEX triplet: 77, CC and C7. RGB value is (119,204,199). Sum of RGB (Red+Green+Blue) = 119+204+199=522 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.80% from 522); Green value is 204 (80.08% from 255 or 39.08% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 204 - color contains mainly: green. Hex color #77CCC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CCC7 is #883338. Grayscale: #B1B1B1. Windows color (decimal): -8926009 or 13094007. OLE color: 13094007.

HSL color Cylindrical-coordinate representation of color #77CCC7: hue angle of 176.47º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CCC7 is Cyan = 0.42, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB119204199-
CMYK0.4200.020.2
HSL176.47º45.45%63.33%-
HSV(B)176.47º41.67%80%-
XYZ39.5151.2361.84-
YUV178.02139.8485.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 22.80%
GREEN value IS 204 (80.08% from 255) = 39.08%
BLUE value IS 199 (78.12% from 255) = 38.12%
R=22.80%
G=39.08%
B=38.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1192041990.4200.020.2176.4745.4563.33
Hex77CCC72A0214b02d3f
Octal1673143075202242605577
Binary111011111001100110001111010100101010010110000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77ccc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77ccc7; }

 p { color: rgb(119,204,199); }

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

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

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

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

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

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

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