Html Css Color HEX #7B664D Pine Cone

📋 copy color: '#7B664D'

red 123 ◦ green 102 ◦ blue 77

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

Shades of Pine Cone #7B664D

Tints of Pine Cone #7B664D

RGB

 RED value IS 123 (48.44% from 255) = 40.73%

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

 BLUE value IS 77 (30.47% from 255) = 25.5%

R = 40.73%
G = 33.77%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7B664D (or 0x7B664D) is known color: Pine Cone. HEX triplet: 7B, 66 and 4D. RGB value is (123,102,77). Sum of RGB (Red+Green+Blue) = 123+102+77=302 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.73% from 302); Green value is 102 (40.23% from 255 or 33.77% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 123 - color contains mainly: red. Hex color #7B664D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B664D is #8499B2. Grayscale: #696969. Windows color (decimal): -8690099 or 5072507. OLE color: 5072507.

HSL color Cylindrical-coordinate representation of color #7B664D: hue angle of 32.61º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B664D is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 102 77 -
CMYK 0 0.17 0.37 0.52
HSL 32.61º 0.23% 0.39% -
HSV(B) 32.61º 0.37% 0.48% -
XYZ 14.26 14.25 9.02 -
YUV 105.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 123 102 77 0 0.17 0.37 0.52 32.61 0.23 0.39
Hex 7B 66 4D 0 11 25 34 21 17 27
Octal 173 146 115 0 21 45 64 41 27 47
Binary 1111011 1100110 1001101 0 10001 100101 110100 100001 10111 100111

Color Harmonies of #7B664D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B664D

Black with #7B664D

Text Example


Text Example

White with #7B664D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,102,77); }

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

background-color css

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

 a { background-color: rgb(123,102,77); }

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

border-color css

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

 span { border-color: rgb(123,102,77); }

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