Html Css Color HEX #7D664C Pine Cone

📋 copy color: '#7D664C'

red 125 ◦ green 102 ◦ blue 76

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

Shades of Pine Cone #7D664C

Tints of Pine Cone #7D664C

RGB

 RED value IS 125 (49.22% from 255) = 41.25%

 GREEN value IS 102 (40.23% from 255) = 33.66%

 BLUE value IS 76 (30.08% from 255) = 25.08%

R = 41.25%
G = 33.66%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7D664C (or 0x7D664C) is known color: Pine Cone. HEX triplet: 7D, 66 and 4C. RGB value is (125,102,76). Sum of RGB (Red+Green+Blue) = 125+102+76=303 (40% of max value = 765). Red value is 125 (49.22% from 255 or 41.25% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 125 - color contains mainly: red. Hex color #7D664C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D664C is #8299B3. Grayscale: #6A6A6A. Windows color (decimal): -8559028 or 5006973. OLE color: 5006973.

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

Color convert

RGB 125 102 76 -
CMYK 0 0.18 0.39 0.51
HSL 31.84º 0.24% 0.39% -
HSV(B) 31.84º 0.39% 0.49% -
XYZ 14.51 14.38 8.85 -
YUV 105.91 111.12 141.61 -
System Red Green Blue C M Y K H S L
Decimal 125 102 76 0 0.18 0.39 0.51 31.84 0.24 0.39
Hex 7D 66 4C 0 12 27 33 20 18 27
Octal 175 146 114 0 22 47 63 40 30 47
Binary 1111101 1100110 1001100 0 10010 100111 110011 100000 11000 100111

Color Harmonies of #7D664C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D664C

Black with #7D664C

Text Example


Text Example

White with #7D664C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,102,76); }

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

background-color css

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

 a { background-color: rgb(125,102,76); }

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

border-color css

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

 span { border-color: rgb(125,102,76); }

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