Html Css Color HEX #787258 Peat

📋 copy color: '#787258'

red 120 ◦ green 114 ◦ blue 88

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

Shades of Peat #787258

Tints of Peat #787258

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.4%

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

R = 37.27%
G = 35.4%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#787258 (or 0x787258) is known color: Peat. HEX triplet: 78, 72 and 58. RGB value is (120,114,88). Sum of RGB (Red+Green+Blue) = 120+114+88=322 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.27% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 88 (34.77% from 255 or 27.33% from 322); Max value from RGB is 120 - color contains mainly: red. Hex color #787258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #787258 is #878DA7. Grayscale: #707070. Windows color (decimal): -8883624 or 5796472. OLE color: 5796472.

HSL color Cylindrical-coordinate representation of color #787258: hue angle of 48.75º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #787258 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 114 88 -
CMYK 0 0.05 0.27 0.53
HSL 48.75º 0.15% 0.41% -
HSV(B) 48.75º 0.27% 0.47% -
XYZ 15.52 16.73 11.64 -
YUV 112.83 113.99 133.11 -
System Red Green Blue C M Y K H S L
Decimal 120 114 88 0 0.05 0.27 0.53 48.75 0.15 0.41
Hex 78 72 58 0 5 1B 35 31 F 29
Octal 170 162 130 0 5 33 65 61 17 51
Binary 1111000 1110010 1011000 0 101 11011 110101 110001 1111 101001

Color Harmonies of #787258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #787258

Black with #787258

Text Example


Text Example

White with #787258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #787258; }

 p { color: rgb(120,114,88); }

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

background-color css

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

 a { background-color: rgb(120,114,88); }

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

border-color css

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

 span { border-color: rgb(120,114,88); }

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