Html Css Color HEX #765B2F Shingle Fawn

📋 copy color: '#765B2F'

red 118 ◦ green 91 ◦ blue 47

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

Shades of Shingle Fawn #765B2F

Tints of Shingle Fawn #765B2F

RGB

 RED value IS 118 (46.48% from 255) = 46.09%

 GREEN value IS 91 (35.94% from 255) = 35.55%

 BLUE value IS 47 (18.75% from 255) = 18.36%

R = 46.09%
G = 35.55%
B = 18.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#765B2F (or 0x765B2F) is known color: Shingle Fawn. HEX triplet: 76, 5B and 2F. RGB value is (118,91,47). Sum of RGB (Red+Green+Blue) = 118+91+47=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 91 (35.94% from 255 or 35.55% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #765B2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765B2F is #89A4D0. Grayscale: #5E5E5E. Windows color (decimal): -9020625 or 3103606. OLE color: 3103606.

HSL color Cylindrical-coordinate representation of color #765B2F: hue angle of 37.18º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #765B2F is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 91 47 -
CMYK 0 0.23 0.60 0.54
HSL 37.18º 0.43% 0.32% -
HSV(B) 37.18º 0.6% 0.46% -
XYZ 11.73 11.54 4.3 -
YUV 94.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 118 91 47 0 0.23 0.60 0.54 37.18 0.43 0.32
Hex 76 5B 2F 0 17 3C 36 25 2B 20
Octal 166 133 57 0 27 74 66 45 53 40
Binary 1110110 1011011 101111 0 10111 111100 110110 100101 101011 100000

Color Harmonies of #765B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765B2F

Black with #765B2F

Text Example


Text Example

White with #765B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765B2F; }

 p { color: rgb(118,91,47); }

 H1.HeaderClassName
 {
   color: #765B2F;
 }
 .AnyTagClassName
 {
   color: #765B2F;
 }
</style>

background-color css

<style>
 a { background-color: #765B2F; }

 a { background-color: rgb(118,91,47); }

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

border-color css

<style>
 span { border-color: #765B2F; }

 span { border-color: rgb(118,91,47); }

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