#C7977A

Color #C7977A Pale Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Taupe #C7977A

Tints of Pale Taupe #C7977A

Color information

#C7977A (or 0xC7977A) is unknown color: approx Pale Taupe. HEX triplet: C7, 97 and 7A. RGB value is (199,151,122). Sum of RGB (Red+Green+Blue) = 199+151+122=472 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.16% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 199 - color contains mainly: red. Hex color #C7977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7977A is #386885. Grayscale: #A2A2A2. Windows color (decimal): -3696774 or 8034247. OLE color: 8034247.

HSL color Cylindrical-coordinate representation of color #C7977A: hue angle of 22.6º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C7977A is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB199151122-
CMYK00.240.390.22
HSL22.6º40.74%62.94%-
HSV(B)22.6º38.69%78.04%-
XYZ38.1335.6823.29-
YUV162.05105.4154.36-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.16%
GREEN value IS 151 (59.38% from 255) = 31.99%
BLUE value IS 122 (48.05% from 255) = 25.85%
R=42.16%
G=31.99%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19915112200.240.390.2222.640.7462.94
HexC7977A018271617293f
Octal3072271720304726275177
Binary110001111001011111110100110001001111011010111101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7977A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7977A; }

 p { color: rgb(199,151,122); }

 H1.HeaderClassName
 {
   color: #C7977A;
 }
 .AnyTagClassName
 {
   color: #C7977A;
 }
</style>
background-color css

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

 a { background-color: rgb(199,151,122); }

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

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

 span { border-color: rgb(199,151,122); }

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