Html Css Color HEX #715354 Falcon

📋 copy color: '#715354'

red 113 ◦ green 83 ◦ blue 84

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

Shades of Falcon #715354

Tints of Falcon #715354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.64%

 BLUE value IS 84 (33.2% from 255) = 30%

R = 40.36%
G = 29.64%
B = 30%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#715354 (or 0x715354) is known color: Falcon. HEX triplet: 71, 53 and 54. RGB value is (113,83,84). Sum of RGB (Red+Green+Blue) = 113+83+84=280 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.36% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 84 (33.20% from 255 or 30% from 280); Max value from RGB is 113 - color contains mainly: red. Hex color #715354 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715354 is #8EACAB. Grayscale: #5C5C5C. Windows color (decimal): -9350316 or 5526385. OLE color: 5526385.

HSL color Cylindrical-coordinate representation of color #715354: hue angle of 358º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #715354 is Cyan = 0, Magento = 0.27, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 83 84 -
CMYK 0 0.27 0.26 0.56
HSL 358º 0.15% 0.38% -
HSV(B) 358º 0.27% 0.44% -
XYZ 11.5 10.34 9.78 -
YUV 92.08 123.44 142.92 -
System Red Green Blue C M Y K H S L
Decimal 113 83 84 0 0.27 0.26 0.56 358 0.15 0.38
Hex 71 53 54 0 1B 1A 38 166 F 26
Octal 161 123 124 0 33 32 70 546 17 46
Binary 1110001 1010011 1010100 0 11011 11010 111000 101100110 1111 100110

Color Harmonies of #715354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715354

Black with #715354

Text Example


Text Example

White with #715354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715354; }

 p { color: rgb(113,83,84); }

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

background-color css

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

 a { background-color: rgb(113,83,84); }

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

border-color css

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

 span { border-color: rgb(113,83,84); }

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