Html Css Color HEX #75535B Falcon

📋 copy color: '#75535B'

red 117 ◦ green 83 ◦ blue 91

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

Shades of Falcon #75535B

Tints of Falcon #75535B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.27%

R = 40.21%
G = 28.52%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75535B (or 0x75535B) is known color: Falcon. HEX triplet: 75, 53 and 5B. RGB value is (117,83,91). Sum of RGB (Red+Green+Blue) = 117+83+91=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 83 (32.81% from 255 or 28.52% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #75535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75535B is #8AACA4. Grayscale: #5E5E5E. Windows color (decimal): -9088165 or 5985141. OLE color: 5985141.

HSL color Cylindrical-coordinate representation of color #75535B: hue angle of 345.88º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #75535B is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 91 -
CMYK 0 0.29 0.22 0.54
HSL 345.88º 0.17% 0.39% -
HSV(B) 345.88º 0.29% 0.46% -
XYZ 12.32 10.72 11.32 -
YUV 94.08 126.26 144.35 -
System Red Green Blue C M Y K H S L
Decimal 117 83 91 0 0.29 0.22 0.54 345.88 0.17 0.39
Hex 75 53 5B 0 1D 16 36 15A 11 27
Octal 165 123 133 0 35 26 66 532 21 47
Binary 1110101 1010011 1011011 0 11101 10110 110110 101011010 10001 100111

Color Harmonies of #75535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75535B

Black with #75535B

Text Example


Text Example

White with #75535B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75535B; }

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

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

background-color css

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

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

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

border-color css

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

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

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