Html Css Color HEX #76695E Pine Cone

📋 copy color: '#76695E'

red 118 ◦ green 105 ◦ blue 94

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

Shades of Pine Cone #76695E

Tints of Pine Cone #76695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.12%

 BLUE value IS 94 (37.11% from 255) = 29.65%

R = 37.22%
G = 33.12%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76695E (or 0x76695E) is known color: Pine Cone. HEX triplet: 76, 69 and 5E. RGB value is (118,105,94). Sum of RGB (Red+Green+Blue) = 118+105+94=317 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.22% from 317); Green value is 105 (41.41% from 255 or 33.12% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 118 - color contains mainly: red. Hex color #76695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76695E is #8996A1. Grayscale: #6B6B6B. Windows color (decimal): -9016994 or 6187382. OLE color: 6187382.

HSL color Cylindrical-coordinate representation of color #76695E: hue angle of 27.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76695E is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 105 94 -
CMYK 0 0.11 0.20 0.54
HSL 27.5º 0.11% 0.42% -
HSV(B) 27.5º 0.2% 0.46% -
XYZ 14.54 14.76 12.67 -
YUV 107.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 118 105 94 0 0.11 0.20 0.54 27.5 0.11 0.42
Hex 76 69 5E 0 B 14 36 1C B 2A
Octal 166 151 136 0 13 24 66 34 13 52
Binary 1110110 1101001 1011110 0 1011 10100 110110 11100 1011 101010

Color Harmonies of #76695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76695E

Black with #76695E

Text Example


Text Example

White with #76695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76695E; }

 p { color: rgb(118,105,94); }

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

background-color css

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

 a { background-color: rgb(118,105,94); }

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

border-color css

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

 span { border-color: rgb(118,105,94); }

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