Html Css Color HEX #76585F Falcon

📋 copy color: '#76585F'

red 118 ◦ green 88 ◦ blue 95

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

Shades of Falcon #76585F

Tints of Falcon #76585F

RGB

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

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

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

R = 39.2%
G = 29.24%
B = 31.56%

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

#76585F (or 0x76585F) is known color: Falcon. HEX triplet: 76, 58 and 5F. RGB value is (118,88,95). Sum of RGB (Red+Green+Blue) = 118+88+95=301 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.20% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 118 - color contains mainly: red. Hex color #76585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76585F is #89A7A0. Grayscale: #616161. Windows color (decimal): -9021345 or 6248566. OLE color: 6248566.

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

Color convert

RGB 118 88 95 -
CMYK 0 0.25 0.19 0.54
HSL 346º 0.15% 0.4% -
HSV(B) 346º 0.25% 0.46% -
XYZ 13.03 11.66 12.39 -
YUV 97.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 118 88 95 0 0.25 0.19 0.54 346 0.15 0.4
Hex 76 58 5F 0 19 13 36 15A F 28
Octal 166 130 137 0 31 23 66 532 17 50
Binary 1110110 1011000 1011111 0 11001 10011 110110 101011010 1111 101000

Color Harmonies of #76585F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76585F

Black with #76585F

Text Example


Text Example

White with #76585F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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