Html Css Color HEX #767058 Peat

📋 copy color: '#767058'

red 118 ◦ green 112 ◦ blue 88

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

Shades of Peat #767058

Tints of Peat #767058

RGB

 RED value IS 118 (46.48% from 255) = 37.11%

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

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

R = 37.11%
G = 35.22%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#767058 (or 0x767058) is known color: Peat. HEX triplet: 76, 70 and 58. RGB value is (118,112,88). Sum of RGB (Red+Green+Blue) = 118+112+88=318 (42% of max value = 765). Red value is 118 (46.48% from 255 or 37.11% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 118 - color contains mainly: red. Hex color #767058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767058 is #898FA7. Grayscale: #6F6F6F. Windows color (decimal): -9015208 or 5795958. OLE color: 5795958.

HSL color Cylindrical-coordinate representation of color #767058: hue angle of 48º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #767058 is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 112 88 -
CMYK 0 0.05 0.25 0.54
HSL 48º 0.15% 0.4% -
HSV(B) 48º 0.25% 0.46% -
XYZ 15.03 16.14 11.56 -
YUV 111.06 114.99 132.95 -
System Red Green Blue C M Y K H S L
Decimal 118 112 88 0 0.05 0.25 0.54 48 0.15 0.4
Hex 76 70 58 0 5 19 36 30 F 28
Octal 166 160 130 0 5 31 66 60 17 50
Binary 1110110 1110000 1011000 0 101 11001 110110 110000 1111 101000

Color Harmonies of #767058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767058

Black with #767058

Text Example


Text Example

White with #767058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767058; }

 p { color: rgb(118,112,88); }

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

background-color css

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

 a { background-color: rgb(118,112,88); }

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

border-color css

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

 span { border-color: rgb(118,112,88); }

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