Html Css Color HEX #7C7455 Peat

📋 copy color: '#7C7455'

red 124 ◦ green 116 ◦ blue 85

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

Shades of Peat #7C7455

Tints of Peat #7C7455

RGB

 RED value IS 124 (48.83% from 255) = 38.15%

 GREEN value IS 116 (45.7% from 255) = 35.69%

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

R = 38.15%
G = 35.69%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#7C7455 (or 0x7C7455) is known color: Peat. HEX triplet: 7C, 74 and 55. RGB value is (124,116,85). Sum of RGB (Red+Green+Blue) = 124+116+85=325 (43% of max value = 765). Red value is 124 (48.83% from 255 or 38.15% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 85 (33.59% from 255 or 26.15% from 325); Max value from RGB is 124 - color contains mainly: red. Hex color #7C7455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C7455 is #838BAA. Grayscale: #727272. Windows color (decimal): -8620971 or 5600380. OLE color: 5600380.

HSL color Cylindrical-coordinate representation of color #7C7455: hue angle of 47.69º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7C7455 is Cyan = 0, Magento = 0.06, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 116 85 -
CMYK 0 0.06 0.31 0.51
HSL 47.69º 0.19% 0.41% -
HSV(B) 47.69º 0.31% 0.49% -
XYZ 16.2 17.43 11.11 -
YUV 114.86 111.15 134.52 -
System Red Green Blue C M Y K H S L
Decimal 124 116 85 0 0.06 0.31 0.51 47.69 0.19 0.41
Hex 7C 74 55 0 6 1F 33 30 13 29
Octal 174 164 125 0 6 37 63 60 23 51
Binary 1111100 1110100 1010101 0 110 11111 110011 110000 10011 101001

Color Harmonies of #7C7455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C7455

Black with #7C7455

Text Example


Text Example

White with #7C7455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C7455; }

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

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

background-color css

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

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

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

border-color css

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

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

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