Html Css Color HEX #76585D Falcon

📋 copy color: '#76585D'

red 118 ◦ green 88 ◦ blue 93

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

Shades of Falcon #76585D

Tints of Falcon #76585D

RGB

 RED value IS 118 (46.48% from 255) = 39.46%

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

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 39.46%
G = 29.43%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76585D (or 0x76585D) is known color: Falcon. HEX triplet: 76, 58 and 5D. RGB value is (118,88,93). Sum of RGB (Red+Green+Blue) = 118+88+93=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #76585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76585D is #89A7A2. Grayscale: #616161. Windows color (decimal): -9021347 or 6117494. OLE color: 6117494.

HSL color Cylindrical-coordinate representation of color #76585D: hue angle of 350º degrees, saturation: 0.15, 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 #76585D is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 88 93 -
CMYK 0 0.25 0.21 0.54
HSL 350º 0.15% 0.4% -
HSV(B) 350º 0.25% 0.46% -
XYZ 12.94 11.62 11.92 -
YUV 97.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 118 88 93 0 0.25 0.21 0.54 350 0.15 0.4
Hex 76 58 5D 0 19 15 36 15E F 28
Octal 166 130 135 0 31 25 66 536 17 50
Binary 1110110 1011000 1011101 0 11001 10101 110110 101011110 1111 101000

Color Harmonies of #76585D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76585D

Black with #76585D

Text Example


Text Example

White with #76585D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76585D; }

 p { color: rgb(118,88,93); }

 H1.HeaderClassName
 {
   color: #76585D;
 }
 .AnyTagClassName
 {
   color: #76585D;
 }
</style>

background-color css

<style>
 a { background-color: #76585D; }

 a { background-color: rgb(118,88,93); }

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

border-color css

<style>
 span { border-color: #76585D; }

 span { border-color: rgb(118,88,93); }

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