Html Css Color HEX #77DBC0 Downy

📋 copy color: '#77DBC0'

red 119 ◦ green 219 ◦ blue 192

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

Shades of Downy #77DBC0

Tints of Downy #77DBC0

RGB

 RED value IS 119 (46.88% from 255) = 22.45%

 GREEN value IS 219 (85.94% from 255) = 41.32%

 BLUE value IS 192 (75.39% from 255) = 36.23%

R = 22.45%
G = 41.32%
B = 36.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#77DBC0 (or 0x77DBC0) is known color: Downy. HEX triplet: 77, DB and C0. RGB value is (119,219,192). Sum of RGB (Red+Green+Blue) = 119+219+192=530 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.45% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 192 (75.39% from 255 or 36.23% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBC0 is #88243F. Grayscale: #BABABA. Windows color (decimal): -8922176 or 12639095. OLE color: 12639095.

HSL color Cylindrical-coordinate representation of color #77DBC0: hue angle of 163.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #77DBC0 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 219 192 -
CMYK 0.46 0 0.12 0.14
HSL 163.8º 0.58% 0.66% -
HSV(B) 163.8º 0.46% 0.86% -
XYZ 42.45 58.39 58.9 -
YUV 186.02 131.37 80.2 -
System Red Green Blue C M Y K H S L
Decimal 119 219 192 0.46 0 0.12 0.14 163.8 0.58 0.66
Hex 77 DB C0 2E 0 C E A4 3A 42
Octal 167 333 300 56 0 14 16 244 72 102
Binary 1110111 11011011 11000000 101110 0 1100 1110 10100100 111010 1000010

Color Harmonies of #77DBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DBC0

Black with #77DBC0

Text Example


Text Example

White with #77DBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,219,192); }

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

background-color css

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

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

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

border-color css

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

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

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