Html Css Color HEX #766352 Pine Cone

📋 copy color: '#766352'

red 118 ◦ green 99 ◦ blue 82

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

Shades of Pine Cone #766352

Tints of Pine Cone #766352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.11%

 BLUE value IS 82 (32.42% from 255) = 27.42%

R = 39.46%
G = 33.11%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#766352 (or 0x766352) is known color: Pine Cone. HEX triplet: 76, 63 and 52. RGB value is (118,99,82). Sum of RGB (Red+Green+Blue) = 118+99+82=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 99 (39.06% from 255 or 33.11% from 299); Blue value is 82 (32.42% from 255 or 27.42% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #766352 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766352 is #899CAD. Grayscale: #666666. Windows color (decimal): -9018542 or 5399414. OLE color: 5399414.

HSL color Cylindrical-coordinate representation of color #766352: hue angle of 28.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #766352 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 82 -
CMYK 0 0.16 0.31 0.54
HSL 28.33º 0.18% 0.39% -
HSV(B) 28.33º 0.31% 0.46% -
XYZ 13.46 13.38 9.86 -
YUV 102.74 116.29 138.88 -
System Red Green Blue C M Y K H S L
Decimal 118 99 82 0 0.16 0.31 0.54 28.33 0.18 0.39
Hex 76 63 52 0 10 1F 36 1C 12 27
Octal 166 143 122 0 20 37 66 34 22 47
Binary 1110110 1100011 1010010 0 10000 11111 110110 11100 10010 100111

Color Harmonies of #766352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766352

Black with #766352

Text Example


Text Example

White with #766352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766352; }

 p { color: rgb(118,99,82); }

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

background-color css

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

 a { background-color: rgb(118,99,82); }

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

border-color css

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

 span { border-color: rgb(118,99,82); }

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