Html Css Color HEX #765A2F Shingle Fawn

📋 copy color: '#765A2F'

red 118 ◦ green 90 ◦ blue 47

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

Shades of Shingle Fawn #765A2F

Tints of Shingle Fawn #765A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.29%

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

R = 46.27%
G = 35.29%
B = 18.43%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#765A2F (or 0x765A2F) is known color: Shingle Fawn. HEX triplet: 76, 5A and 2F. RGB value is (118,90,47). Sum of RGB (Red+Green+Blue) = 118+90+47=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 90 (35.55% from 255 or 35.29% from 255); Blue value is 47 (18.75% from 255 or 18.43% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #765A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A2F is #89A5D0. Grayscale: #5D5D5D. Windows color (decimal): -9020881 or 3103350. OLE color: 3103350.

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

Color convert

RGB 118 90 47 -
CMYK 0 0.24 0.60 0.54
HSL 36.34º 0.43% 0.32% -
HSV(B) 36.34º 0.6% 0.46% -
XYZ 11.64 11.37 4.27 -
YUV 93.47 101.78 145.5 -
System Red Green Blue C M Y K H S L
Decimal 118 90 47 0 0.24 0.60 0.54 36.34 0.43 0.32
Hex 76 5A 2F 0 18 3C 36 24 2B 20
Octal 166 132 57 0 30 74 66 44 53 40
Binary 1110110 1011010 101111 0 11000 111100 110110 100100 101011 100000

Color Harmonies of #765A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A2F

Black with #765A2F

Text Example


Text Example

White with #765A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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