Html Css Color HEX #746F58 Peat

📋 copy color: '#746F58'

red 116 ◦ green 111 ◦ blue 88

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

Shades of Peat #746F58

Tints of Peat #746F58

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.24%

 BLUE value IS 88 (34.77% from 255) = 27.94%

R = 36.83%
G = 35.24%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.55

RGB Variations

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

Color information

#746F58 (or 0x746F58) is known color: Peat. HEX triplet: 74, 6F and 58. RGB value is (116,111,88). Sum of RGB (Red+Green+Blue) = 116+111+88=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 88 (34.77% from 255 or 27.94% from 315); Max value from RGB is 116 - color contains mainly: red. Hex color #746F58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746F58 is #8B90A7. Grayscale: #6D6D6D. Windows color (decimal): -9146536 or 5795700. OLE color: 5795700.

HSL color Cylindrical-coordinate representation of color #746F58: hue angle of 49.29º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #746F58 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 111 88 -
CMYK 0 0.04 0.24 0.55
HSL 49.29º 0.14% 0.4% -
HSV(B) 49.29º 0.24% 0.45% -
XYZ 14.65 15.79 11.51 -
YUV 109.87 115.66 132.37 -
System Red Green Blue C M Y K H S L
Decimal 116 111 88 0 0.04 0.24 0.55 49.29 0.14 0.4
Hex 74 6F 58 0 4 18 37 31 E 28
Octal 164 157 130 0 4 30 67 61 16 50
Binary 1110100 1101111 1011000 0 100 11000 110111 110001 1110 101000

Color Harmonies of #746F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F58

Black with #746F58

Text Example


Text Example

White with #746F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746F58; }

 p { color: rgb(116,111,88); }

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

background-color css

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

 a { background-color: rgb(116,111,88); }

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

border-color css

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

 span { border-color: rgb(116,111,88); }

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