Html Css Color HEX #765C2F Shingle Fawn

📋 copy color: '#765C2F'

red 118 ◦ green 92 ◦ blue 47

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

Shades of Shingle Fawn #765C2F

Tints of Shingle Fawn #765C2F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 35.8%

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

R = 45.91%
G = 35.8%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#765C2F (or 0x765C2F) is known color: Shingle Fawn. HEX triplet: 76, 5C and 2F. RGB value is (118,92,47). Sum of RGB (Red+Green+Blue) = 118+92+47=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 92 (36.33% from 255 or 35.80% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #765C2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C2F is #89A3D0. Grayscale: #5E5E5E. Windows color (decimal): -9020369 or 3103862. OLE color: 3103862.

HSL color Cylindrical-coordinate representation of color #765C2F: hue angle of 38.03º 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 #765C2F is Cyan = 0, Magento = 0.22, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 92 47 -
CMYK 0 0.22 0.60 0.54
HSL 38.03º 0.43% 0.32% -
HSV(B) 38.03º 0.6% 0.46% -
XYZ 11.81 11.71 4.33 -
YUV 94.64 101.11 144.66 -
System Red Green Blue C M Y K H S L
Decimal 118 92 47 0 0.22 0.60 0.54 38.03 0.43 0.32
Hex 76 5C 2F 0 16 3C 36 26 2B 20
Octal 166 134 57 0 26 74 66 46 53 40
Binary 1110110 1011100 101111 0 10110 111100 110110 100110 101011 100000

Color Harmonies of #765C2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C2F

Black with #765C2F

Text Example


Text Example

White with #765C2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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