Html Css Color HEX #755A5E Falcon

📋 copy color: '#755A5E'

red 117 ◦ green 90 ◦ blue 94

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

Shades of Falcon #755A5E

Tints of Falcon #755A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.9%

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 38.87%
G = 29.9%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#755A5E (or 0x755A5E) is known color: Falcon. HEX triplet: 75, 5A and 5E. RGB value is (117,90,94). Sum of RGB (Red+Green+Blue) = 117+90+94=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 90 (35.55% from 255 or 29.90% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #755A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755A5E is #8AA5A1. Grayscale: #626262. Windows color (decimal): -9086370 or 6183541. OLE color: 6183541.

HSL color Cylindrical-coordinate representation of color #755A5E: hue angle of 351.11º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #755A5E is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 90 94 -
CMYK 0 0.23 0.20 0.54
HSL 351.11º 0.13% 0.41% -
HSV(B) 351.11º 0.23% 0.46% -
XYZ 13.01 11.9 12.2 -
YUV 98.53 125.45 141.17 -
System Red Green Blue C M Y K H S L
Decimal 117 90 94 0 0.23 0.20 0.54 351.11 0.13 0.41
Hex 75 5A 5E 0 17 14 36 15F D 29
Octal 165 132 136 0 27 24 66 537 15 51
Binary 1110101 1011010 1011110 0 10111 10100 110110 101011111 1101 101001

Color Harmonies of #755A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755A5E

Black with #755A5E

Text Example


Text Example

White with #755A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755A5E; }

 p { color: rgb(117,90,94); }

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

background-color css

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

 a { background-color: rgb(117,90,94); }

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

border-color css

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

 span { border-color: rgb(117,90,94); }

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