Html Css Color HEX #76685D Pine Cone

📋 copy color: '#76685D'

red 118 ◦ green 104 ◦ blue 93

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

Shades of Pine Cone #76685D

Tints of Pine Cone #76685D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 33.02%

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 37.46%
G = 33.02%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#76685D (or 0x76685D) is known color: Pine Cone. HEX triplet: 76, 68 and 5D. RGB value is (118,104,93). Sum of RGB (Red+Green+Blue) = 118+104+93=315 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.46% from 315); Green value is 104 (41.02% from 255 or 33.02% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 118 - color contains mainly: red. Hex color #76685D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76685D is #8997A2. Grayscale: #6A6A6A. Windows color (decimal): -9017251 or 6121590. OLE color: 6121590.

HSL color Cylindrical-coordinate representation of color #76685D: hue angle of 26.4º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #76685D is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 104 93 -
CMYK 0 0.12 0.21 0.54
HSL 26.4º 0.12% 0.41% -
HSV(B) 26.4º 0.21% 0.46% -
XYZ 14.4 14.54 12.4 -
YUV 106.93 120.14 135.89 -
System Red Green Blue C M Y K H S L
Decimal 118 104 93 0 0.12 0.21 0.54 26.4 0.12 0.41
Hex 76 68 5D 0 C 15 36 1A C 29
Octal 166 150 135 0 14 25 66 32 14 51
Binary 1110110 1101000 1011101 0 1100 10101 110110 11010 1100 101001

Color Harmonies of #76685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76685D

Black with #76685D

Text Example


Text Example

White with #76685D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76685D; }

 p { color: rgb(118,104,93); }

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

background-color css

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

 a { background-color: rgb(118,104,93); }

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

border-color css

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

 span { border-color: rgb(118,104,93); }

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