#C78F77

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

Shades of Feldspar #C78F77

Tints of Feldspar #C78F77

Color information

#C78F77 (or 0xC78F77) is unknown color: approx Feldspar. HEX triplet: C7, 8F and 77. RGB value is (199,143,119). Sum of RGB (Red+Green+Blue) = 199+143+119=461 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.17% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78F77 is #387088. Grayscale: #9D9D9D. Windows color (decimal): -3698825 or 7835591. OLE color: 7835591.

HSL color Cylindrical-coordinate representation of color #C78F77: hue angle of 18º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C78F77 is Cyan = 0, Magento = 0.28, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB199143119-
CMYK00.280.400.22
HSL18º41.67%62.35%-
HSV(B)18º40.2%78.04%-
XYZ36.7133.1221.91-
YUV157.01106.55157.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.17%
GREEN value IS 143 (56.25% from 255) = 31.02%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=43.17%
G=31.02%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914311900.280.400.221841.6762.35
HexC78F7701C2816122a3e
Octal3072171670345026225276
Binary110001111000111111101110111001010001011010010101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78F77; }

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

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

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

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

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

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

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

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