Html Css Color HEX #747055 Peat

📋 copy color: '#747055'

red 116 ◦ green 112 ◦ blue 85

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

Shades of Peat #747055

Tints of Peat #747055

RGB

 RED value IS 116 (45.7% from 255) = 37.06%

 GREEN value IS 112 (44.14% from 255) = 35.78%

 BLUE value IS 85 (33.59% from 255) = 27.16%

R = 37.06%
G = 35.78%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#747055 (or 0x747055) is known color: Peat. HEX triplet: 74, 70 and 55. RGB value is (116,112,85). Sum of RGB (Red+Green+Blue) = 116+112+85=313 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.06% from 313); Green value is 112 (44.14% from 255 or 35.78% from 313); Blue value is 85 (33.59% from 255 or 27.16% from 313); Max value from RGB is 116 - color contains mainly: red. Hex color #747055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747055 is #8B8FAA. Grayscale: #6E6E6E. Windows color (decimal): -9146283 or 5599348. OLE color: 5599348.

HSL color Cylindrical-coordinate representation of color #747055: hue angle of 52.26º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #747055 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 112 85 -
CMYK 0 0.03 0.27 0.55
HSL 52.26º 0.15% 0.39% -
HSV(B) 52.26º 0.27% 0.45% -
XYZ 14.64 15.96 10.9 -
YUV 110.12 113.83 132.2 -
System Red Green Blue C M Y K H S L
Decimal 116 112 85 0 0.03 0.27 0.55 52.26 0.15 0.39
Hex 74 70 55 0 3 1B 37 34 F 27
Octal 164 160 125 0 3 33 67 64 17 47
Binary 1110100 1110000 1010101 0 11 11011 110111 110100 1111 100111

Color Harmonies of #747055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747055

Black with #747055

Text Example


Text Example

White with #747055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747055; }

 p { color: rgb(116,112,85); }

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

background-color css

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

 a { background-color: rgb(116,112,85); }

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

border-color css

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

 span { border-color: rgb(116,112,85); }

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