Html Css Color HEX #715355 Falcon

📋 copy color: '#715355'

red 113 ◦ green 83 ◦ blue 85

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

Shades of Falcon #715355

Tints of Falcon #715355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.25%

R = 40.21%
G = 29.54%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#715355 (or 0x715355) is known color: Falcon. HEX triplet: 71, 53 and 55. RGB value is (113,83,85). Sum of RGB (Red+Green+Blue) = 113+83+85=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 113 - color contains mainly: red. Hex color #715355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715355 is #8EACAA. Grayscale: #5C5C5C. Windows color (decimal): -9350315 or 5591921. OLE color: 5591921.

HSL color Cylindrical-coordinate representation of color #715355: hue angle of 356º 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 #715355 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 83 85 -
CMYK 0 0.27 0.25 0.56
HSL 356º 0.15% 0.38% -
HSV(B) 356º 0.27% 0.44% -
XYZ 11.54 10.35 9.98 -
YUV 92.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 113 83 85 0 0.27 0.25 0.56 356 0.15 0.38
Hex 71 53 55 0 1B 19 38 164 F 26
Octal 161 123 125 0 33 31 70 544 17 46
Binary 1110001 1010011 1010101 0 11011 11001 111000 101100100 1111 100110

Color Harmonies of #715355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #715355

Black with #715355

Text Example


Text Example

White with #715355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #715355; }

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

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

background-color css

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

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

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

border-color css

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

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

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