Html Css Color HEX #76585E Falcon

📋 copy color: '#76585E'

red 118 ◦ green 88 ◦ blue 94

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

Shades of Falcon #76585E

Tints of Falcon #76585E

RGB

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

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

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

R = 39.33%
G = 29.33%
B = 31.33%

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

#76585E (or 0x76585E) is known color: Falcon. HEX triplet: 76, 58 and 5E. RGB value is (118,88,94). Sum of RGB (Red+Green+Blue) = 118+88+94=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #76585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76585E is #89A7A1. Grayscale: #616161. Windows color (decimal): -9021346 or 6183030. OLE color: 6183030.

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

Color convert

RGB 118 88 94 -
CMYK 0 0.25 0.20 0.54
HSL 348º 0.15% 0.4% -
HSV(B) 348º 0.25% 0.46% -
XYZ 12.98 11.64 12.15 -
YUV 97.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 118 88 94 0 0.25 0.20 0.54 348 0.15 0.4
Hex 76 58 5E 0 19 14 36 15C F 28
Octal 166 130 136 0 31 24 66 534 17 50
Binary 1110110 1011000 1011110 0 11001 10100 110110 101011100 1111 101000

Color Harmonies of #76585E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76585E

Black with #76585E

Text Example


Text Example

White with #76585E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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