Html Css Color HEX #78552E Shingle Fawn

📋 copy color: '#78552E'

red 120 ◦ green 85 ◦ blue 46

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

Shades of Shingle Fawn #78552E

Tints of Shingle Fawn #78552E

RGB

 RED value IS 120 (47.27% from 255) = 47.81%

 GREEN value IS 85 (33.59% from 255) = 33.86%

 BLUE value IS 46 (18.36% from 255) = 18.33%

R = 47.81%
G = 33.86%
B = 18.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#78552E (or 0x78552E) is known color: Shingle Fawn. HEX triplet: 78, 55 and 2E. RGB value is (120,85,46). Sum of RGB (Red+Green+Blue) = 120+85+46=251 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.81% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 120 - color contains mainly: red. Hex color #78552E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78552E is #87AAD1. Grayscale: #5B5B5B. Windows color (decimal): -8891090 or 3036536. OLE color: 3036536.

HSL color Cylindrical-coordinate representation of color #78552E: hue angle of 31.62º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78552E is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 85 46 -
CMYK 0 0.29 0.62 0.53
HSL 31.62º 0.45% 0.33% -
HSV(B) 31.62º 0.62% 0.47% -
XYZ 11.49 10.69 4.04 -
YUV 91.02 102.6 148.67 -
System Red Green Blue C M Y K H S L
Decimal 120 85 46 0 0.29 0.62 0.53 31.62 0.45 0.33
Hex 78 55 2E 0 1D 3E 35 20 2D 21
Octal 170 125 56 0 35 76 65 40 55 41
Binary 1111000 1010101 101110 0 11101 111110 110101 100000 101101 100001

Color Harmonies of #78552E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78552E

Black with #78552E

Text Example


Text Example

White with #78552E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78552E; }

 p { color: rgb(120,85,46); }

 H1.HeaderClassName
 {
   color: #78552E;
 }
 .AnyTagClassName
 {
   color: #78552E;
 }
</style>

background-color css

<style>
 a { background-color: #78552E; }

 a { background-color: rgb(120,85,46); }

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

border-color css

<style>
 span { border-color: #78552E; }

 span { border-color: rgb(120,85,46); }

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