Html Css Color HEX #7D535A Falcon

📋 copy color: '#7D535A'

red 125 ◦ green 83 ◦ blue 90

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

Shades of Falcon #7D535A

Tints of Falcon #7D535A

RGB

 RED value IS 125 (49.22% from 255) = 41.95%

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

 BLUE value IS 90 (35.55% from 255) = 30.2%

R = 41.95%
G = 27.85%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.51

RGB Variations

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

Color information

#7D535A (or 0x7D535A) is known color: Falcon. HEX triplet: 7D, 53 and 5A. RGB value is (125,83,90). Sum of RGB (Red+Green+Blue) = 125+83+90=298 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.95% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 90 (35.55% from 255 or 30.20% from 298); Max value from RGB is 125 - color contains mainly: red. Hex color #7D535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D535A is #82ACA5. Grayscale: #606060. Windows color (decimal): -8563878 or 5919613. OLE color: 5919613.

HSL color Cylindrical-coordinate representation of color #7D535A: hue angle of 350º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D535A is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 83 90 -
CMYK 0 0.34 0.28 0.51
HSL 350º 0.2% 0.41% -
HSV(B) 350º 0.34% 0.49% -
XYZ 13.4 11.28 11.14 -
YUV 96.36 124.41 148.43 -
System Red Green Blue C M Y K H S L
Decimal 125 83 90 0 0.34 0.28 0.51 350 0.2 0.41
Hex 7D 53 5A 0 22 1C 33 15E 14 29
Octal 175 123 132 0 42 34 63 536 24 51
Binary 1111101 1010011 1011010 0 100010 11100 110011 101011110 10100 101001

Color Harmonies of #7D535A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D535A

Black with #7D535A

Text Example


Text Example

White with #7D535A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,83,90); }

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

background-color css

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

 a { background-color: rgb(125,83,90); }

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

border-color css

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

 span { border-color: rgb(125,83,90); }

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