Html Css Color HEX #77CFCD Downy

📋 copy color: '#77CFCD'

red 119 ◦ green 207 ◦ blue 205

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

Shades of Downy #77CFCD

Tints of Downy #77CFCD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 38.98%

 BLUE value IS 205 (80.47% from 255) = 38.61%

R = 22.41%
G = 38.98%
B = 38.61%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#77CFCD (or 0x77CFCD) is known color: Downy. HEX triplet: 77, CF and CD. RGB value is (119,207,205). Sum of RGB (Red+Green+Blue) = 119+207+205=531 (70% of max value = 765). Red value is 119 (46.88% from 255 or 22.41% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #77CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77CFCD is #883032. Grayscale: #B4B4B4. Windows color (decimal): -8925235 or 13487991. OLE color: 13487991.

HSL color Cylindrical-coordinate representation of color #77CFCD: hue angle of 178.64º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #77CFCD is Cyan = 0.43, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 207 205 -
CMYK 0.43 0 0.01 0.19
HSL 178.64º 0.48% 0.64% -
HSV(B) 178.64º 0.43% 0.81% -
XYZ 40.94 52.96 65.82 -
YUV 180.46 141.85 84.16 -
System Red Green Blue C M Y K H S L
Decimal 119 207 205 0.43 0 0.01 0.19 178.64 0.48 0.64
Hex 77 CF CD 2B 0 1 13 B3 30 40
Octal 167 317 315 53 0 1 23 263 60 100
Binary 1110111 11001111 11001101 101011 0 1 10011 10110011 110000 1000000

Color Harmonies of #77CFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77CFCD

Black with #77CFCD

Text Example


Text Example

White with #77CFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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