Html Css Color HEX #76595F Falcon

📋 copy color: '#76595F'

red 118 ◦ green 89 ◦ blue 95

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

Shades of Falcon #76595F

Tints of Falcon #76595F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.47%

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

R = 39.07%
G = 29.47%
B = 31.46%

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

#76595F (or 0x76595F) is known color: Falcon. HEX triplet: 76, 59 and 5F. RGB value is (118,89,95). Sum of RGB (Red+Green+Blue) = 118+89+95=302 (40% of max value = 765). Red value is 118 (46.48% from 255 or 39.07% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 95 (37.5% from 255 or 31.46% from 302); Max value from RGB is 118 - color contains mainly: red. Hex color #76595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76595F is #89A6A0. Grayscale: #626262. Windows color (decimal): -9021089 or 6248822. OLE color: 6248822.

HSL color Cylindrical-coordinate representation of color #76595F: hue angle of 347.59º degrees, saturation: 0.14, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #76595F is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 89 95 -
CMYK 0 0.25 0.19 0.54
HSL 347.59º 0.14% 0.41% -
HSV(B) 347.59º 0.25% 0.46% -
XYZ 13.11 11.82 12.42 -
YUV 98.36 126.11 142.01 -
System Red Green Blue C M Y K H S L
Decimal 118 89 95 0 0.25 0.19 0.54 347.59 0.14 0.41
Hex 76 59 5F 0 19 13 36 15C E 29
Octal 166 131 137 0 31 23 66 534 16 51
Binary 1110110 1011001 1011111 0 11001 10011 110110 101011100 1110 101001

Color Harmonies of #76595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76595F

Black with #76595F

Text Example


Text Example

White with #76595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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