Html Css Color HEX #754F57 Falcon

📋 copy color: '#754F57'

red 117 ◦ green 79 ◦ blue 87

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

Shades of Falcon #754F57

Tints of Falcon #754F57

RGB

 RED value IS 117 (46.09% from 255) = 41.34%

 GREEN value IS 79 (31.25% from 255) = 27.92%

 BLUE value IS 87 (34.38% from 255) = 30.74%

R = 41.34%
G = 27.92%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#754F57 (or 0x754F57) is known color: Falcon. HEX triplet: 75, 4F and 57. RGB value is (117,79,87). Sum of RGB (Red+Green+Blue) = 117+79+87=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #754F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F57 is #8AB0A8. Grayscale: #5B5B5B. Windows color (decimal): -9089193 or 5721973. OLE color: 5721973.

HSL color Cylindrical-coordinate representation of color #754F57: hue angle of 347.37º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #754F57 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 79 87 -
CMYK 0 0.32 0.26 0.54
HSL 347.37º 0.19% 0.38% -
HSV(B) 347.37º 0.32% 0.46% -
XYZ 11.85 10.06 10.33 -
YUV 91.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 117 79 87 0 0.32 0.26 0.54 347.37 0.19 0.38
Hex 75 4F 57 0 20 1A 36 15B 13 26
Octal 165 117 127 0 40 32 66 533 23 46
Binary 1110101 1001111 1010111 0 100000 11010 110110 101011011 10011 100110

Color Harmonies of #754F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F57

Black with #754F57

Text Example


Text Example

White with #754F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754F57; }

 p { color: rgb(117,79,87); }

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

background-color css

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

 a { background-color: rgb(117,79,87); }

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

border-color css

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

 span { border-color: rgb(117,79,87); }

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