Html Css Color HEX #75585F Falcon

📋 copy color: '#75585F'

red 117 ◦ green 88 ◦ blue 95

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

Shades of Falcon #75585F

Tints of Falcon #75585F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.67%

R = 39%
G = 29.33%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75585F (or 0x75585F) is known color: Falcon. HEX triplet: 75, 58 and 5F. RGB value is (117,88,95). Sum of RGB (Red+Green+Blue) = 117+88+95=300 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 95 (37.5% from 255 or 31.67% from 300); Max value from RGB is 117 - color contains mainly: red. Hex color #75585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75585F is #8AA7A0. Grayscale: #616161. Windows color (decimal): -9086881 or 6248565. OLE color: 6248565.

HSL color Cylindrical-coordinate representation of color #75585F: hue angle of 345.52º 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 #75585F is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 88 95 -
CMYK 0 0.25 0.19 0.54
HSL 345.52º 0.14% 0.4% -
HSV(B) 345.52º 0.25% 0.46% -
XYZ 12.89 11.59 12.38 -
YUV 97.47 126.61 141.93 -
System Red Green Blue C M Y K H S L
Decimal 117 88 95 0 0.25 0.19 0.54 345.52 0.14 0.4
Hex 75 58 5F 0 19 13 36 15A E 28
Octal 165 130 137 0 31 23 66 532 16 50
Binary 1110101 1011000 1011111 0 11001 10011 110110 101011010 1110 101000

Color Harmonies of #75585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75585F

Black with #75585F

Text Example


Text Example

White with #75585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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