Html Css Color HEX #7B5F63 Falcon

📋 copy color: '#7B5F63'

red 123 ◦ green 95 ◦ blue 99

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

Shades of Falcon #7B5F63

Tints of Falcon #7B5F63

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.97%

 BLUE value IS 99 (39.06% from 255) = 31.23%

R = 38.8%
G = 29.97%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7B5F63 (or 0x7B5F63) is known color: Falcon. HEX triplet: 7B, 5F and 63. RGB value is (123,95,99). Sum of RGB (Red+Green+Blue) = 123+95+99=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 95 (37.5% from 255 or 29.97% from 317); Blue value is 99 (39.06% from 255 or 31.23% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5F63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5F63 is #84A09C. Grayscale: #676767. Windows color (decimal): -8691869 or 6512507. OLE color: 6512507.

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

Color convert

RGB 123 95 99 -
CMYK 0 0.23 0.20 0.52
HSL 351.43º 0.13% 0.43% -
HSV(B) 351.43º 0.23% 0.48% -
XYZ 14.51 13.3 13.61 -
YUV 103.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 123 95 99 0 0.23 0.20 0.52 351.43 0.13 0.43
Hex 7B 5F 63 0 17 14 34 15F D 2B
Octal 173 137 143 0 27 24 64 537 15 53
Binary 1111011 1011111 1100011 0 10111 10100 110100 101011111 1101 101011

Color Harmonies of #7B5F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B5F63

Black with #7B5F63

Text Example


Text Example

White with #7B5F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,95,99); }

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

background-color css

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

 a { background-color: rgb(123,95,99); }

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

border-color css

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

 span { border-color: rgb(123,95,99); }

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