Html Css Color HEX #754C53 Falcon

📋 copy color: '#754C53'

red 117 ◦ green 76 ◦ blue 83

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

Shades of Falcon #754C53

Tints of Falcon #754C53

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.54%

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

R = 42.39%
G = 27.54%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#754C53 (or 0x754C53) is known color: Falcon. HEX triplet: 75, 4C and 53. RGB value is (117,76,83). Sum of RGB (Red+Green+Blue) = 117+76+83=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #754C53 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C53 is #8AB3AC. Grayscale: #595959. Windows color (decimal): -9089965 or 5459061. OLE color: 5459061.

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

Color convert

RGB 117 76 83 -
CMYK 0 0.35 0.29 0.54
HSL 349.76º 0.21% 0.38% -
HSV(B) 349.76º 0.35% 0.46% -
XYZ 11.48 9.58 9.43 -
YUV 89.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 117 76 83 0 0.35 0.29 0.54 349.76 0.21 0.38
Hex 75 4C 53 0 23 1D 36 15E 15 26
Octal 165 114 123 0 43 35 66 536 25 46
Binary 1110101 1001100 1010011 0 100011 11101 110110 101011110 10101 100110

Color Harmonies of #754C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C53

Black with #754C53

Text Example


Text Example

White with #754C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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