Html Css Color HEX #766B53 Peat

📋 copy color: '#766B53'

red 118 ◦ green 107 ◦ blue 83

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

Shades of Peat #766B53

Tints of Peat #766B53

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.74%

 BLUE value IS 83 (32.81% from 255) = 26.95%

R = 38.31%
G = 34.74%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.54

RGB Variations

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

Color information

#766B53 (or 0x766B53) is known color: Peat. HEX triplet: 76, 6B and 53. RGB value is (118,107,83). Sum of RGB (Red+Green+Blue) = 118+107+83=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #766B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B53 is #8994AC. Grayscale: #6B6B6B. Windows color (decimal): -9016493 or 5466998. OLE color: 5466998.

HSL color Cylindrical-coordinate representation of color #766B53: hue angle of 41.14º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #766B53 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 107 83 -
CMYK 0 0.09 0.30 0.54
HSL 41.14º 0.17% 0.39% -
HSV(B) 41.14º 0.3% 0.46% -
XYZ 14.29 14.99 10.32 -
YUV 107.55 114.14 135.45 -
System Red Green Blue C M Y K H S L
Decimal 118 107 83 0 0.09 0.30 0.54 41.14 0.17 0.39
Hex 76 6B 53 0 9 1E 36 29 11 27
Octal 166 153 123 0 11 36 66 51 21 47
Binary 1110110 1101011 1010011 0 1001 11110 110110 101001 10001 100111

Color Harmonies of #766B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B53

Black with #766B53

Text Example


Text Example

White with #766B53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766B53; }

 p { color: rgb(118,107,83); }

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

background-color css

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

 a { background-color: rgb(118,107,83); }

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

border-color css

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

 span { border-color: rgb(118,107,83); }

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