Html Css Color HEX #7B664E Pine Cone

📋 copy color: '#7B664E'

red 123 ◦ green 102 ◦ blue 78

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

Shades of Pine Cone #7B664E

Tints of Pine Cone #7B664E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.74%

R = 40.59%
G = 33.66%
B = 25.74%

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

#7B664E (or 0x7B664E) is known color: Pine Cone. HEX triplet: 7B, 66 and 4E. RGB value is (123,102,78). Sum of RGB (Red+Green+Blue) = 123+102+78=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 123 - color contains mainly: red. Hex color #7B664E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B664E is #8499B1. Grayscale: #696969. Windows color (decimal): -8690098 or 5138043. OLE color: 5138043.

HSL color Cylindrical-coordinate representation of color #7B664E: hue angle of 32º degrees, saturation: 0.22, 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 #7B664E is Cyan = 0, Magento = 0.17, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 102 78 -
CMYK 0 0.17 0.37 0.52
HSL 32º 0.22% 0.39% -
HSV(B) 32º 0.37% 0.48% -
XYZ 14.29 14.26 9.21 -
YUV 105.54 112.46 140.45 -
System Red Green Blue C M Y K H S L
Decimal 123 102 78 0 0.17 0.37 0.52 32 0.22 0.39
Hex 7B 66 4E 0 11 25 34 20 16 27
Octal 173 146 116 0 21 45 64 40 26 47
Binary 1111011 1100110 1001110 0 10001 100101 110100 100000 10110 100111

Color Harmonies of #7B664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B664E

Black with #7B664E

Text Example


Text Example

White with #7B664E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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