Html Css Color HEX #7B613B Shingle Fawn

📋 copy color: '#7B613B'

red 123 ◦ green 97 ◦ blue 59

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

Shades of Shingle Fawn #7B613B

Tints of Shingle Fawn #7B613B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 34.77%

 BLUE value IS 59 (23.44% from 255) = 21.15%

R = 44.09%
G = 34.77%
B = 21.15%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7B613B (or 0x7B613B) is known color: Shingle Fawn. HEX triplet: 7B, 61 and 3B. RGB value is (123,97,59). Sum of RGB (Red+Green+Blue) = 123+97+59=279 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.09% from 279); Green value is 97 (38.28% from 255 or 34.77% from 279); Blue value is 59 (23.44% from 255 or 21.15% from 279); Max value from RGB is 123 - color contains mainly: red. Hex color #7B613B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B613B is #849EC4. Grayscale: #646464. Windows color (decimal): -8691397 or 3891579. OLE color: 3891579.

HSL color Cylindrical-coordinate representation of color #7B613B: hue angle of 35.62º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7B613B is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 97 59 -
CMYK 0 0.21 0.52 0.52
HSL 35.63º 0.35% 0.36% -
HSV(B) 35.63º 0.52% 0.48% -
XYZ 13.23 13.08 5.96 -
YUV 100.44 104.61 144.09 -
System Red Green Blue C M Y K H S L
Decimal 123 97 59 0 0.21 0.52 0.52 35.63 0.35 0.36
Hex 7B 61 3B 0 15 34 34 24 23 24
Octal 173 141 73 0 25 64 64 44 43 44
Binary 1111011 1100001 111011 0 10101 110100 110100 100100 100011 100100

Color Harmonies of #7B613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B613B

Black with #7B613B

Text Example


Text Example

White with #7B613B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,97,59); }

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

background-color css

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

 a { background-color: rgb(123,97,59); }

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

border-color css

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

 span { border-color: rgb(123,97,59); }

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