#7D674D

Color #7D674D Pine Cone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Cone #7D674D

Tints of Pine Cone #7D674D

Color information

#7D674D (or 0x7D674D) is unknown color: approx Pine Cone. HEX triplet: 7D, 67 and 4D. RGB value is (125,103,77). Sum of RGB (Red+Green+Blue) = 125+103+77=305 (40% of max value = 765). Red value is 125 (49.22% from 255 or 40.98% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 125 - color contains mainly: red. Hex color #7D674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7D674D is #8298B2. Grayscale: #6A6A6A. Windows color (decimal): -8558771 or 5072765. OLE color: 5072765.

HSL color Cylindrical-coordinate representation of color #7D674D: hue angle of 32.5º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D674D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.51.

Color convert

RGB12510377-
CMYK00.180.380.51
HSL32.5º23.76%39.61%-
HSV(B)32.5º38.4%49.02%-
XYZ14.6514.69.07-
YUV106.61111.29141.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 40.98%
GREEN value IS 103 (40.62% from 255) = 33.77%
BLUE value IS 77 (30.47% from 255) = 25.25%
R=40.98%
G=33.77%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251037700.180.380.5132.523.7639.61
Hex7D674D0122633201828
Octal1751471150224663403050
Binary11111011100111100110101001010011011001110000011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D674D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D674D; }

 p { color: rgb(125,103,77); }

 H1.HeaderClassName
 {
   color: #7D674D;
 }
 .AnyTagClassName
 {
   color: #7D674D;
 }
</style>
background-color css

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

 a { background-color: rgb(125,103,77); }

 div.DivClassName
 {
   background-color: #7D674D;
 }
 .BgClassName
 {
   background-color: #7D674D;
 }
</style>
border-color css

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

 span { border-color: rgb(125,103,77); }

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