Html Css Color HEX #765257 Falcon

📋 copy color: '#765257'

red 118 ◦ green 82 ◦ blue 87

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

Shades of Falcon #765257

Tints of Falcon #765257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.57%

 BLUE value IS 87 (34.38% from 255) = 30.31%

R = 41.11%
G = 28.57%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#765257 (or 0x765257) is known color: Falcon. HEX triplet: 76, 52 and 57. RGB value is (118,82,87). Sum of RGB (Red+Green+Blue) = 118+82+87=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #765257 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765257 is #89ADA8. Grayscale: #5D5D5D. Windows color (decimal): -9022889 or 5722742. OLE color: 5722742.

HSL color Cylindrical-coordinate representation of color #765257: hue angle of 351.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #765257 is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 82 87 -
CMYK 0 0.31 0.26 0.54
HSL 351.67º 0.18% 0.39% -
HSV(B) 351.67º 0.31% 0.46% -
XYZ 12.21 10.57 10.41 -
YUV 93.33 124.43 145.59 -
System Red Green Blue C M Y K H S L
Decimal 118 82 87 0 0.31 0.26 0.54 351.67 0.18 0.39
Hex 76 52 57 0 1F 1A 36 160 12 27
Octal 166 122 127 0 37 32 66 540 22 47
Binary 1110110 1010010 1010111 0 11111 11010 110110 101100000 10010 100111

Color Harmonies of #765257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765257

Black with #765257

Text Example


Text Example

White with #765257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765257; }

 p { color: rgb(118,82,87); }

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

background-color css

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

 a { background-color: rgb(118,82,87); }

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

border-color css

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

 span { border-color: rgb(118,82,87); }

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