Html Css Color HEX #7B5256 Falcon

📋 copy color: '#7B5256'

red 123 ◦ green 82 ◦ blue 86

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

Shades of Falcon #7B5256

Tints of Falcon #7B5256

RGB

 RED value IS 123 (48.44% from 255) = 42.27%

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

 BLUE value IS 86 (33.98% from 255) = 29.55%

R = 42.27%
G = 28.18%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#7B5256 (or 0x7B5256) is known color: Falcon. HEX triplet: 7B, 52 and 56. RGB value is (123,82,86). Sum of RGB (Red+Green+Blue) = 123+82+86=291 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.27% from 291); Green value is 82 (32.42% from 255 or 28.18% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5256 is #84ADA9. Grayscale: #5E5E5E. Windows color (decimal): -8695210 or 5657211. OLE color: 5657211.

HSL color Cylindrical-coordinate representation of color #7B5256: hue angle of 354.15º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B5256 is Cyan = 0, Magento = 0.33, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 82 86 -
CMYK 0 0.33 0.30 0.52
HSL 354.15º 0.2% 0.4% -
HSV(B) 354.15º 0.33% 0.48% -
XYZ 12.87 10.92 10.23 -
YUV 94.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 123 82 86 0 0.33 0.30 0.52 354.15 0.2 0.4
Hex 7B 52 56 0 21 1E 34 162 14 28
Octal 173 122 126 0 41 36 64 542 24 50
Binary 1111011 1010010 1010110 0 100001 11110 110100 101100010 10100 101000

Color Harmonies of #7B5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5256

Black with #7B5256

Text Example


Text Example

White with #7B5256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B5256; }

 p { color: rgb(123,82,86); }

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

background-color css

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

 a { background-color: rgb(123,82,86); }

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

border-color css

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

 span { border-color: rgb(123,82,86); }

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