Html Css Color HEX #C0777A Tapestry

📋 copy color: '#C0777A'

red 192 ◦ green 119 ◦ blue 122

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

Shades of Tapestry #C0777A

Tints of Tapestry #C0777A

RGB

 RED value IS 192 (75.39% from 255) = 44.34%

 GREEN value IS 119 (46.88% from 255) = 27.48%

 BLUE value IS 122 (48.05% from 255) = 28.18%

R = 44.34%
G = 27.48%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0777A (or 0xC0777A) is known color: Tapestry. HEX triplet: C0, 77 and 7A. RGB value is (192,119,122). Sum of RGB (Red+Green+Blue) = 192+119+122=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 122 (48.05% from 255 or 28.18% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0777A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0777A is #3F8885. Grayscale: #8D8D8D. Windows color (decimal): -4163718 or 8026048. OLE color: 8026048.

HSL color Cylindrical-coordinate representation of color #C0777A: hue angle of 357.53º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0777A is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 119 122 -
CMYK 0 0.38 0.36 0.25
HSL 357.53º 0.37% 0.61% -
HSV(B) 357.53º 0.38% 0.75% -
XYZ 31.85 25.81 21.71 -
YUV 141.17 117.18 164.26 -
System Red Green Blue C M Y K H S L
Decimal 192 119 122 0 0.38 0.36 0.25 357.53 0.37 0.61
Hex C0 77 7A 0 26 24 19 166 25 3D
Octal 300 167 172 0 46 44 31 546 45 75
Binary 11000000 1110111 1111010 0 100110 100100 11001 101100110 100101 111101

Color Harmonies of #C0777A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0777A

Black with #C0777A

Text Example


Text Example

White with #C0777A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0777A; }

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

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

background-color css

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

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

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

border-color css

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

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

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