Html Css Color HEX #76585A Falcon

📋 copy color: '#76585A'

red 118 ◦ green 88 ◦ blue 90

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

Shades of Falcon #76585A

Tints of Falcon #76585A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.41%

R = 39.86%
G = 29.73%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#76585A (or 0x76585A) is known color: Falcon. HEX triplet: 76, 58 and 5A. RGB value is (118,88,90). Sum of RGB (Red+Green+Blue) = 118+88+90=296 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.86% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 118 - color contains mainly: red. Hex color #76585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76585A is #89A7A5. Grayscale: #616161. Windows color (decimal): -9021350 or 5920886. OLE color: 5920886.

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

Color convert

RGB 118 88 90 -
CMYK 0 0.25 0.24 0.54
HSL 356º 0.15% 0.4% -
HSV(B) 356º 0.25% 0.46% -
XYZ 12.81 11.57 11.23 -
YUV 97.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 118 88 90 0 0.25 0.24 0.54 356 0.15 0.4
Hex 76 58 5A 0 19 18 36 164 F 28
Octal 166 130 132 0 31 30 66 544 17 50
Binary 1110110 1011000 1011010 0 11001 11000 110110 101100100 1111 101000

Color Harmonies of #76585A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76585A

Black with #76585A

Text Example


Text Example

White with #76585A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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