Html Css Color HEX #766152 Pine Cone

📋 copy color: '#766152'

red 118 ◦ green 97 ◦ blue 82

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

Shades of Pine Cone #766152

Tints of Pine Cone #766152

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.66%

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

R = 39.73%
G = 32.66%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.54

RGB Variations

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

Color information

#766152 (or 0x766152) is known color: Pine Cone. HEX triplet: 76, 61 and 52. RGB value is (118,97,82). Sum of RGB (Red+Green+Blue) = 118+97+82=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 97 (38.28% from 255 or 32.66% from 297); Blue value is 82 (32.42% from 255 or 27.61% from 297); Max value from RGB is 118 - color contains mainly: red. Hex color #766152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766152 is #899EAD. Grayscale: #656565. Windows color (decimal): -9019054 or 5398902. OLE color: 5398902.

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

Color convert

RGB 118 97 82 -
CMYK 0 0.18 0.31 0.54
HSL 25º 0.18% 0.39% -
HSV(B) 25º 0.31% 0.46% -
XYZ 13.27 13.01 9.79 -
YUV 101.57 116.96 139.72 -
System Red Green Blue C M Y K H S L
Decimal 118 97 82 0 0.18 0.31 0.54 25 0.18 0.39
Hex 76 61 52 0 12 1F 36 19 12 27
Octal 166 141 122 0 22 37 66 31 22 47
Binary 1110110 1100001 1010010 0 10010 11111 110110 11001 10010 100111

Color Harmonies of #766152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766152

Black with #766152

Text Example


Text Example

White with #766152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766152; }

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

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

background-color css

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

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

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

border-color css

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

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

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