Html Css Color HEX #75565A Falcon

📋 copy color: '#75565A'

red 117 ◦ green 86 ◦ blue 90

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

Shades of Falcon #75565A

Tints of Falcon #75565A

RGB

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

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

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

R = 39.93%
G = 29.35%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.54

RGB Variations

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

Color information

#75565A (or 0x75565A) is known color: Falcon. HEX triplet: 75, 56 and 5A. RGB value is (117,86,90). Sum of RGB (Red+Green+Blue) = 117+86+90=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #75565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75565A is #8AA9A5. Grayscale: #5F5F5F. Windows color (decimal): -9087398 or 5920373. OLE color: 5920373.

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

Color convert

RGB 117 86 90 -
CMYK 0 0.26 0.23 0.54
HSL 352.26º 0.15% 0.4% -
HSV(B) 352.26º 0.26% 0.46% -
XYZ 12.51 11.18 11.17 -
YUV 95.73 124.77 143.17 -
System Red Green Blue C M Y K H S L
Decimal 117 86 90 0 0.26 0.23 0.54 352.26 0.15 0.4
Hex 75 56 5A 0 1A 17 36 160 F 28
Octal 165 126 132 0 32 27 66 540 17 50
Binary 1110101 1010110 1011010 0 11010 10111 110110 101100000 1111 101000

Color Harmonies of #75565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75565A

Black with #75565A

Text Example


Text Example

White with #75565A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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