Html Css Color HEX #75535A Falcon

📋 copy color: '#75535A'

red 117 ◦ green 83 ◦ blue 90

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

Shades of Falcon #75535A

Tints of Falcon #75535A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.03%

R = 40.34%
G = 28.62%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75535A (or 0x75535A) is known color: Falcon. HEX triplet: 75, 53 and 5A. RGB value is (117,83,90). Sum of RGB (Red+Green+Blue) = 117+83+90=290 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.34% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 117 - color contains mainly: red. Hex color #75535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75535A is #8AACA5. Grayscale: #5D5D5D. Windows color (decimal): -9088166 or 5919605. OLE color: 5919605.

HSL color Cylindrical-coordinate representation of color #75535A: hue angle of 347.65º 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 #75535A is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 83 90 -
CMYK 0 0.29 0.23 0.54
HSL 347.65º 0.17% 0.39% -
HSV(B) 347.65º 0.29% 0.46% -
XYZ 12.27 10.71 11.09 -
YUV 93.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 117 83 90 0 0.29 0.23 0.54 347.65 0.17 0.39
Hex 75 53 5A 0 1D 17 36 15C 11 27
Octal 165 123 132 0 35 27 66 534 21 47
Binary 1110101 1010011 1011010 0 11101 10111 110110 101011100 10001 100111

Color Harmonies of #75535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75535A

Black with #75535A

Text Example


Text Example

White with #75535A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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