Html Css Color HEX #77CDC7 Downy

📋 copy color: '#77CDC7'

red 119 ◦ green 205 ◦ blue 199

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

Shades of Downy #77CDC7

Tints of Downy #77CDC7

RGB

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

 GREEN value IS 205 (80.47% from 255) = 39.2%

 BLUE value IS 199 (78.13% from 255) = 38.05%

R = 22.75%
G = 39.2%
B = 38.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.03

 K value IS 0.20

RGB Variations

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

Color information

#77CDC7 (or 0x77CDC7) is known color: Downy. HEX triplet: 77, CD and C7. RGB value is (119,205,199). Sum of RGB (Red+Green+Blue) = 119+205+199=523 (69% of max value = 765). Red value is 119 (46.88% from 255 or 22.75% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #77CDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CDC7 is #883238. Grayscale: #B2B2B2. Windows color (decimal): -8925753 or 13094263. OLE color: 13094263.

HSL color Cylindrical-coordinate representation of color #77CDC7: hue angle of 175.81º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #77CDC7 is Cyan = 0.42, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB 119 205 199 -
CMYK 0.42 0 0.03 0.20
HSL 175.81º 0.46% 0.64% -
HSV(B) 175.81º 0.42% 0.8% -
XYZ 39.75 51.71 61.92 -
YUV 178.6 139.51 85.49 -
System Red Green Blue C M Y K H S L
Decimal 119 205 199 0.42 0 0.03 0.20 175.81 0.46 0.64
Hex 77 CD C7 2A 0 3 14 B0 2E 40
Octal 167 315 307 52 0 3 24 260 56 100
Binary 1110111 11001101 11000111 101010 0 11 10100 10110000 101110 1000000

Color Harmonies of #77CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CDC7

Black with #77CDC7

Text Example


Text Example

White with #77CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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