Html Css Color HEX #77DBC4 Downy

📋 copy color: '#77DBC4'

red 119 ◦ green 219 ◦ blue 196

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

Shades of Downy #77DBC4

Tints of Downy #77DBC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 36.7%

R = 22.28%
G = 41.01%
B = 36.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#77DBC4 (or 0x77DBC4) is known color: Downy. HEX triplet: 77, DB and C4. RGB value is (119,219,196). Sum of RGB (Red+Green+Blue) = 119+219+196=534 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.28% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #77DBC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77DBC4 is #88243B. Grayscale: #BABABA. Windows color (decimal): -8922172 or 12901239. OLE color: 12901239.

HSL color Cylindrical-coordinate representation of color #77DBC4: hue angle of 166.2º 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 #77DBC4 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 219 196 -
CMYK 0.46 0 0.11 0.14
HSL 166.2º 0.58% 0.66% -
HSV(B) 166.2º 0.46% 0.86% -
XYZ 42.9 58.57 61.27 -
YUV 186.48 133.37 79.87 -
System Red Green Blue C M Y K H S L
Decimal 119 219 196 0.46 0 0.11 0.14 166.2 0.58 0.66
Hex 77 DB C4 2E 0 B E A6 3A 42
Octal 167 333 304 56 0 13 16 246 72 102
Binary 1110111 11011011 11000100 101110 0 1011 1110 10100110 111010 1000010

Color Harmonies of #77DBC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77DBC4

Black with #77DBC4

Text Example


Text Example

White with #77DBC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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