Html Css Color HEX #766452 Pine Cone

📋 copy color: '#766452'

red 118 ◦ green 100 ◦ blue 82

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

Shades of Pine Cone #766452

Tints of Pine Cone #766452

RGB

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

 GREEN value IS 100 (39.45% from 255) = 33.33%

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

R = 39.33%
G = 33.33%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#766452 (or 0x766452) is known color: Pine Cone. HEX triplet: 76, 64 and 52. RGB value is (118,100,82). Sum of RGB (Red+Green+Blue) = 118+100+82=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 100 (39.45% from 255 or 33.33% from 300); Blue value is 82 (32.42% from 255 or 27.33% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #766452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766452 is #899BAD. Grayscale: #676767. Windows color (decimal): -9018286 or 5399670. OLE color: 5399670.

HSL color Cylindrical-coordinate representation of color #766452: hue angle of 30º 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 #766452 is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 100 82 -
CMYK 0 0.15 0.31 0.54
HSL 30º 0.18% 0.39% -
HSV(B) 30º 0.31% 0.46% -
XYZ 13.55 13.58 9.89 -
YUV 103.33 115.96 138.46 -
System Red Green Blue C M Y K H S L
Decimal 118 100 82 0 0.15 0.31 0.54 30 0.18 0.39
Hex 76 64 52 0 F 1F 36 1E 12 27
Octal 166 144 122 0 17 37 66 36 22 47
Binary 1110110 1100100 1010010 0 1111 11111 110110 11110 10010 100111

Color Harmonies of #766452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766452

Black with #766452

Text Example


Text Example

White with #766452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766452; }

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

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

background-color css

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

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

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

border-color css

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

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

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