Html Css Color HEX #765D5E Falcon

📋 copy color: '#765D5E'

red 118 ◦ green 93 ◦ blue 94

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

Shades of Falcon #765D5E

Tints of Falcon #765D5E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 30.49%

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

R = 38.69%
G = 30.49%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#765D5E (or 0x765D5E) is known color: Falcon. HEX triplet: 76, 5D and 5E. RGB value is (118,93,94). Sum of RGB (Red+Green+Blue) = 118+93+94=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #765D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765D5E is #89A2A1. Grayscale: #646464. Windows color (decimal): -9020066 or 6184310. OLE color: 6184310.

HSL color Cylindrical-coordinate representation of color #765D5E: hue angle of 357.6º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #765D5E is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 93 94 -
CMYK 0 0.21 0.20 0.54
HSL 357.6º 0.12% 0.41% -
HSV(B) 357.6º 0.21% 0.46% -
XYZ 13.41 12.49 12.29 -
YUV 100.59 124.28 140.42 -
System Red Green Blue C M Y K H S L
Decimal 118 93 94 0 0.21 0.20 0.54 357.6 0.12 0.41
Hex 76 5D 5E 0 15 14 36 166 C 29
Octal 166 135 136 0 25 24 66 546 14 51
Binary 1110110 1011101 1011110 0 10101 10100 110110 101100110 1100 101001

Color Harmonies of #765D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D5E

Black with #765D5E

Text Example


Text Example

White with #765D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765D5E; }

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

 H1.HeaderClassName
 {
   color: #765D5E;
 }
 .AnyTagClassName
 {
   color: #765D5E;
 }
</style>

background-color css

<style>
 a { background-color: #765D5E; }

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

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

border-color css

<style>
 span { border-color: #765D5E; }

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

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