Html Css Color HEX #75565B Falcon

📋 copy color: '#75565B'

red 117 ◦ green 86 ◦ blue 91

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

Shades of Falcon #75565B

Tints of Falcon #75565B

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.25%

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

R = 39.8%
G = 29.25%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#75565B (or 0x75565B) is known color: Falcon. HEX triplet: 75, 56 and 5B. RGB value is (117,86,91). Sum of RGB (Red+Green+Blue) = 117+86+91=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 117 - color contains mainly: red. Hex color #75565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75565B is #8AA9A4. Grayscale: #5F5F5F. Windows color (decimal): -9087397 or 5985909. OLE color: 5985909.

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

Color convert

RGB 117 86 91 -
CMYK 0 0.26 0.22 0.54
HSL 350.32º 0.15% 0.4% -
HSV(B) 350.32º 0.26% 0.46% -
XYZ 12.55 11.19 11.4 -
YUV 95.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 117 86 91 0 0.26 0.22 0.54 350.32 0.15 0.4
Hex 75 56 5B 0 1A 16 36 15E F 28
Octal 165 126 133 0 32 26 66 536 17 50
Binary 1110101 1010110 1011011 0 11010 10110 110110 101011110 1111 101000

Color Harmonies of #75565B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75565B

Black with #75565B

Text Example


Text Example

White with #75565B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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