Html Css Color HEX #775A30 Shingle Fawn

📋 copy color: '#775A30'

red 119 ◦ green 90 ◦ blue 48

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

Shades of Shingle Fawn #775A30

Tints of Shingle Fawn #775A30

RGB

 RED value IS 119 (46.88% from 255) = 46.3%

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

 BLUE value IS 48 (19.14% from 255) = 18.68%

R = 46.3%
G = 35.02%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#775A30 (or 0x775A30) is known color: Shingle Fawn. HEX triplet: 77, 5A and 30. RGB value is (119,90,48). Sum of RGB (Red+Green+Blue) = 119+90+48=257 (34% of max value = 765). Red value is 119 (46.88% from 255 or 46.30% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 48 (19.14% from 255 or 18.68% from 257); Max value from RGB is 119 - color contains mainly: red. Hex color #775A30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A30 is #88A5CF. Grayscale: #5E5E5E. Windows color (decimal): -8955344 or 3168887. OLE color: 3168887.

HSL color Cylindrical-coordinate representation of color #775A30: hue angle of 35.49º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #775A30 is Cyan = 0, Magento = 0.24, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 90 48 -
CMYK 0 0.24 0.60 0.53
HSL 35.49º 0.43% 0.33% -
HSV(B) 35.49º 0.6% 0.47% -
XYZ 11.8 11.45 4.38 -
YUV 93.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 119 90 48 0 0.24 0.60 0.53 35.49 0.43 0.33
Hex 77 5A 30 0 18 3C 35 23 2B 21
Octal 167 132 60 0 30 74 65 43 53 41
Binary 1110111 1011010 110000 0 11000 111100 110101 100011 101011 100001

Color Harmonies of #775A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A30

Black with #775A30

Text Example


Text Example

White with #775A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775A30; }

 p { color: rgb(119,90,48); }

 H1.HeaderClassName
 {
   color: #775A30;
 }
 .AnyTagClassName
 {
   color: #775A30;
 }
</style>

background-color css

<style>
 a { background-color: #775A30; }

 a { background-color: rgb(119,90,48); }

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

border-color css

<style>
 span { border-color: #775A30; }

 span { border-color: rgb(119,90,48); }

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