Html Css Color HEX #77D7B5 Downy

📋 copy color: '#77D7B5'

red 119 ◦ green 215 ◦ blue 181

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

Shades of Downy #77D7B5

Tints of Downy #77D7B5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.75%

 BLUE value IS 181 (71.09% from 255) = 35.15%

R = 23.11%
G = 41.75%
B = 35.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.16

 K value IS 0.16

RGB Variations

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

Color information

#77D7B5 (or 0x77D7B5) is known color: Downy. HEX triplet: 77, D7 and B5. RGB value is (119,215,181). Sum of RGB (Red+Green+Blue) = 119+215+181=515 (68% of max value = 765). Red value is 119 (46.88% from 255 or 23.11% from 515); Green value is 215 (84.38% from 255 or 41.75% from 515); Blue value is 181 (71.09% from 255 or 35.15% from 515); Max value from RGB is 215 - color contains mainly: green. Hex color #77D7B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77D7B5 is #88284A. Grayscale: #B6B6B6. Windows color (decimal): -8923211 or 11917175. OLE color: 11917175.

HSL color Cylindrical-coordinate representation of color #77D7B5: hue angle of 158.75º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D7B5 is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.16.

Color convert

RGB 119 215 181 -
CMYK 0.45 0 0.16 0.16
HSL 158.75º 0.55% 0.65% -
HSV(B) 158.75º 0.45% 0.84% -
XYZ 40.25 55.86 52.38 -
YUV 182.42 127.2 82.76 -
System Red Green Blue C M Y K H S L
Decimal 119 215 181 0.45 0 0.16 0.16 158.75 0.55 0.65
Hex 77 D7 B5 2D 0 10 10 9F 37 41
Octal 167 327 265 55 0 20 20 237 67 101
Binary 1110111 11010111 10110101 101101 0 10000 10000 10011111 110111 1000001

Color Harmonies of #77D7B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77D7B5

Black with #77D7B5

Text Example


Text Example

White with #77D7B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,215,181); }

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

background-color css

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

 a { background-color: rgb(119,215,181); }

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

border-color css

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

 span { border-color: rgb(119,215,181); }

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