Html Css Color HEX #7B5D62 Falcon

📋 copy color: '#7B5D62'

red 123 ◦ green 93 ◦ blue 98

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

Shades of Falcon #7B5D62

Tints of Falcon #7B5D62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.21%

R = 39.17%
G = 29.62%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7B5D62 (or 0x7B5D62) is known color: Falcon. HEX triplet: 7B, 5D and 62. RGB value is (123,93,98). Sum of RGB (Red+Green+Blue) = 123+93+98=314 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.17% from 314); Green value is 93 (36.72% from 255 or 29.62% from 314); Blue value is 98 (38.67% from 255 or 31.21% from 314); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5D62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5D62 is #84A29D. Grayscale: #666666. Windows color (decimal): -8692382 or 6446459. OLE color: 6446459.

HSL color Cylindrical-coordinate representation of color #7B5D62: hue angle of 350º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7B5D62 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 93 98 -
CMYK 0 0.24 0.20 0.52
HSL 350º 0.14% 0.42% -
HSV(B) 350º 0.24% 0.48% -
XYZ 14.29 12.92 13.3 -
YUV 102.54 125.44 142.59 -
System Red Green Blue C M Y K H S L
Decimal 123 93 98 0 0.24 0.20 0.52 350 0.14 0.42
Hex 7B 5D 62 0 18 14 34 15E E 2A
Octal 173 135 142 0 30 24 64 536 16 52
Binary 1111011 1011101 1100010 0 11000 10100 110100 101011110 1110 101010

Color Harmonies of #7B5D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5D62

Black with #7B5D62

Text Example


Text Example

White with #7B5D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,93,98); }

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

background-color css

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

 a { background-color: rgb(123,93,98); }

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

border-color css

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

 span { border-color: rgb(123,93,98); }

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