Html Css Color HEX #76585C Falcon

📋 copy color: '#76585C'

red 118 ◦ green 88 ◦ blue 92

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

Shades of Falcon #76585C

Tints of Falcon #76585C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 30.87%

R = 39.6%
G = 29.53%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76585C (or 0x76585C) is known color: Falcon. HEX triplet: 76, 58 and 5C. RGB value is (118,88,92). Sum of RGB (Red+Green+Blue) = 118+88+92=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 88 (34.77% from 255 or 29.53% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #76585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76585C is #89A7A3. Grayscale: #616161. Windows color (decimal): -9021348 or 6051958. OLE color: 6051958.

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

Color convert

RGB 118 88 92 -
CMYK 0 0.25 0.22 0.54
HSL 352º 0.15% 0.4% -
HSV(B) 352º 0.25% 0.46% -
XYZ 12.89 11.6 11.69 -
YUV 97.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 118 88 92 0 0.25 0.22 0.54 352 0.15 0.4
Hex 76 58 5C 0 19 16 36 160 F 28
Octal 166 130 134 0 31 26 66 540 17 50
Binary 1110110 1011000 1011100 0 11001 10110 110110 101100000 1111 101000

Color Harmonies of #76585C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76585C

Black with #76585C

Text Example


Text Example

White with #76585C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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