Html Css Color HEX #75585E Falcon

📋 copy color: '#75585E'

red 117 ◦ green 88 ◦ blue 94

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

Shades of Falcon #75585E

Tints of Falcon #75585E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.43%

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

R = 39.13%
G = 29.43%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75585E (or 0x75585E) is known color: Falcon. HEX triplet: 75, 58 and 5E. RGB value is (117,88,94). Sum of RGB (Red+Green+Blue) = 117+88+94=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 94 (37.11% from 255 or 31.44% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #75585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75585E is #8AA7A1. Grayscale: #616161. Windows color (decimal): -9086882 or 6183029. OLE color: 6183029.

HSL color Cylindrical-coordinate representation of color #75585E: hue angle of 347.59º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #75585E is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 88 94 -
CMYK 0 0.25 0.20 0.54
HSL 347.59º 0.14% 0.4% -
HSV(B) 347.59º 0.25% 0.46% -
XYZ 12.85 11.57 12.15 -
YUV 97.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 117 88 94 0 0.25 0.20 0.54 347.59 0.14 0.4
Hex 75 58 5E 0 19 14 36 15C E 28
Octal 165 130 136 0 31 24 66 534 16 50
Binary 1110101 1011000 1011110 0 11001 10100 110110 101011100 1110 101000

Color Harmonies of #75585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75585E

Black with #75585E

Text Example


Text Example

White with #75585E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75585E; }

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

 H1.HeaderClassName
 {
   color: #75585E;
 }
 .AnyTagClassName
 {
   color: #75585E;
 }
</style>

background-color css

<style>
 a { background-color: #75585E; }

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

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

border-color css

<style>
 span { border-color: #75585E; }

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

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