Html Css Color HEX #754D53 Falcon

📋 copy color: '#754D53'

red 117 ◦ green 77 ◦ blue 83

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

Shades of Falcon #754D53

Tints of Falcon #754D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.96%

R = 42.24%
G = 27.8%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#754D53 (or 0x754D53) is known color: Falcon. HEX triplet: 75, 4D and 53. RGB value is (117,77,83). Sum of RGB (Red+Green+Blue) = 117+77+83=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 77 (30.47% from 255 or 27.80% from 277); Blue value is 83 (32.81% from 255 or 29.96% from 277); Max value from RGB is 117 - color contains mainly: red. Hex color #754D53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754D53 is #8AB2AC. Grayscale: #595959. Windows color (decimal): -9089709 or 5459317. OLE color: 5459317.

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

Color convert

RGB 117 77 83 -
CMYK 0 0.34 0.29 0.54
HSL 351º 0.21% 0.38% -
HSV(B) 351º 0.34% 0.46% -
XYZ 11.55 9.71 9.45 -
YUV 89.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 117 77 83 0 0.34 0.29 0.54 351 0.21 0.38
Hex 75 4D 53 0 22 1D 36 15F 15 26
Octal 165 115 123 0 42 35 66 537 25 46
Binary 1110101 1001101 1010011 0 100010 11101 110110 101011111 10101 100110

Color Harmonies of #754D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754D53

Black with #754D53

Text Example


Text Example

White with #754D53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,77,83); }

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

background-color css

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

 a { background-color: rgb(117,77,83); }

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

border-color css

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

 span { border-color: rgb(117,77,83); }

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