Html Css Color HEX #714D4F Falcon

📋 copy color: '#714D4F'

red 113 ◦ green 77 ◦ blue 79

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

Shades of Falcon #714D4F

Tints of Falcon #714D4F

RGB

 RED value IS 113 (44.53% from 255) = 42.01%

 GREEN value IS 77 (30.47% from 255) = 28.62%

 BLUE value IS 79 (31.25% from 255) = 29.37%

R = 42.01%
G = 28.62%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#714D4F (or 0x714D4F) is known color: Falcon. HEX triplet: 71, 4D and 4F. RGB value is (113,77,79). Sum of RGB (Red+Green+Blue) = 113+77+79=269 (35% of max value = 765). Red value is 113 (44.53% from 255 or 42.01% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 79 (31.25% from 255 or 29.37% from 269); Max value from RGB is 113 - color contains mainly: red. Hex color #714D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #714D4F is #8EB2B0. Grayscale: #585858. Windows color (decimal): -9351857 or 5197169. OLE color: 5197169.

HSL color Cylindrical-coordinate representation of color #714D4F: hue angle of 356.67º degrees, saturation: 0.19, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #714D4F is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 77 79 -
CMYK 0 0.32 0.30 0.56
HSL 356.67º 0.19% 0.37% -
HSV(B) 356.67º 0.32% 0.44% -
XYZ 10.88 9.38 8.64 -
YUV 87.99 122.93 145.84 -
System Red Green Blue C M Y K H S L
Decimal 113 77 79 0 0.32 0.30 0.56 356.67 0.19 0.37
Hex 71 4D 4F 0 20 1E 38 165 13 25
Octal 161 115 117 0 40 36 70 545 23 45
Binary 1110001 1001101 1001111 0 100000 11110 111000 101100101 10011 100101

Color Harmonies of #714D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D4F

Black with #714D4F

Text Example


Text Example

White with #714D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714D4F; }

 p { color: rgb(113,77,79); }

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

background-color css

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

 a { background-color: rgb(113,77,79); }

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

border-color css

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

 span { border-color: rgb(113,77,79); }

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