Html Css Color HEX #7B535B Falcon

📋 copy color: '#7B535B'

red 123 ◦ green 83 ◦ blue 91

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

Shades of Falcon #7B535B

Tints of Falcon #7B535B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 27.95%

 BLUE value IS 91 (35.94% from 255) = 30.64%

R = 41.41%
G = 27.95%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7B535B (or 0x7B535B) is known color: Falcon. HEX triplet: 7B, 53 and 5B. RGB value is (123,83,91). Sum of RGB (Red+Green+Blue) = 123+83+91=297 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.41% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 123 - color contains mainly: red. Hex color #7B535B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B535B is #84ACA4. Grayscale: #5F5F5F. Windows color (decimal): -8694949 or 5985147. OLE color: 5985147.

HSL color Cylindrical-coordinate representation of color #7B535B: hue angle of 348º degrees, saturation: 0.19, 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 #7B535B is Cyan = 0, Magento = 0.33, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 83 91 -
CMYK 0 0.33 0.26 0.52
HSL 348º 0.19% 0.4% -
HSV(B) 348º 0.33% 0.48% -
XYZ 13.15 11.15 11.36 -
YUV 95.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 123 83 91 0 0.33 0.26 0.52 348 0.19 0.4
Hex 7B 53 5B 0 21 1A 34 15C 13 28
Octal 173 123 133 0 41 32 64 534 23 50
Binary 1111011 1010011 1011011 0 100001 11010 110100 101011100 10011 101000

Color Harmonies of #7B535B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B535B

Black with #7B535B

Text Example


Text Example

White with #7B535B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,83,91); }

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

background-color css

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

 a { background-color: rgb(123,83,91); }

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

border-color css

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

 span { border-color: rgb(123,83,91); }

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